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
- Database column name change makes table ...
Hi, new here! I'm currently building an app where there's a table called "track_sessions" whose column "creator" I wanted to change to "creatorID". However, af...
- Whats wrong here
I keep trying to fucking add the appwrite domains including CNAME and CAA but it keeps failing , this is the exact records i have right now in cf
- SyntaxError: The requested module 'node-...
I am trying to use appwrite functions and in the function i am creating rows but i got this error when i executed the funtion. As i checked docs there TablesDB...