
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.

its has more likely a expo problem Rather than appwrite but could you make a dev build and then try it shows some erros which might have been missed in expo go or production

some cases are that you are missing an api key for a library you imported such as react native maps
Recommended threads
- Cache appwriter
When using Appwrite in React to display data from a database (e.g., some products) on the main page, is it possible to serve cache on the backend side at the Ap...
- Limit File Upload count?
Is there a way to limit the number of files a user can upload? I know there's a limit of file size but in my case I'd like to limit the user to only upload x am...
- createPhoneToken not working with expo
` const phoneResponse = await account.createPhoneToken(response.$id, phone);` this gives this error: `OTP error: [AppwriteException: Server Error]` * phone i...
