I am bringing this topic to the cummunity due the lack of response on Github bugs reporting page.
My app started crashing on Adroid (ONLY) after being installed using downloaded APK. It is crashing on specific pages wich the following components:
-. Text boxes, labels, images, anymation, buttons
-. Webviewer with HTML (URL being cleared before leaving)
-. Data List Viewer
-. Local database is being used here
-. Firebase is being used here
What I think is unique on the crashing pages is the webviewer; however, I tried removing this component and after downloading APK, install it and running it, it is crashing on exact same screens.
Also tried removing IF block, using a simple NavigateTo (with no lists), removing visible commands, etc.
App is crashing 100% of the time when LEAVING the affected screens, doesnât matter which screen are you going to (just pressing Close button).
App running OK on Live Testing (Android and iOS), Downloaded iOS and web versions.
I cannot add a link to the project but below is the code when pressing âcloseâ button and a screen shot for one of the affected screens:
I have been geeting below error multiple times also:
Reference ID: 5f4b6845-7c1b-4646-8d16-f95c30b57901
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/react-native/Libraries/Image/NativeImagePickerIOS.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 3m 23s
Question: It is any one else experiencing issues on downloaded APK in Android? Did anything change on the platform that I missing?
Your support will be appreciated.