Abyss:MageOriginal post
React Developer
I am building an android application which is using React native(EXPO) and Appwrite. But While using the App in the Expo Go or Orbit it works perfectly wihout errors but after I have completed building the app and Install it on my device it shows a white screen and nothing else. Is there any specific solution for this problem.
Summary
Developers experiencing white screen issue after building Android app with React Native (EXPO) and Appwrite. Error may be due to missing API key for imported library like React Native Maps. Suggested solution is to create a dev build to catch any missed errors, as the problem seems more Expo-related than Appwrite. Test dev build to identify and resolve potential issues.