Since a couple of days, my app is crashing when leaving or closing specifics screens (below code). Works fine in WEB, iOS and Android Live testing app, but after building, I just can not get it working as usual (no code changes). The issue, is only on the installed version from APK on same phones have been always testing on.
When I first added webviewer with html code, (month ago) I needed to clean up URL to avoid crash and worked like that with no issues. I can try with http:// only but, unless something changed on apk building service, won’t be different.
Also it is working fine when running on thunkable live testing app on Android and iOS and compiled iOS.
I also got the bellow error on last two or three apk requests:
Error: Command failed: cd /thunkable/androidBuildServer/…/thunkableCompanion/android/; ./gradlew AssembleRelease Cannot resolve the path to “@react-native-community/cli” package. Cannot resolve the path to “@react-native-community/cli” package. error node_modules/@firebase/database/dist/index.esm2017.js: Call retries were exceeded. FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ‘:app:bundleReleaseJsAndAssets’. > Process ‘command ‘node’’ finished with non-zero exit value 1 * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights. * Get more help at https://help.gradle.org BUILD FAILED in 5m 51s