Expo project works fine when using expo go app, but some functions do not work after building and installing the APK in my android phone
The app is integrated with Amazon cognito client for authentication, and has a few functions that get invoked onPress of a Pressable. I used this: “java -jar bundletool.jar build-apks –bundle=filename.aab –output=newfilename.apks –mode=universal –ks filetomykey –ks-alias _____…” to bundle my aab which I downloaded on expo.dev after building using “eas build –platform android” and I managed get and install apk in my andriod phone.