Building Android APK causes Issue with AWS and google-services.json not found error

Hey,
My app is working fine on expo client and publishing on expo.
All is going good but when we build .apk for android it shows Build Successful, but the app crashes after splash screen.

After some time it shows error log on app with two errors
i) Module AppRegistry is not a registered callable module (calling runApplication)
ii) Cannot make a deep link into a standalone app with no custom scheme defined.

If we see the Build apk gradle there it shows as in image .

Image:

Kindly help me out for these issues. Thanks.

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.