
The expo app with appwrite works fine on web and expo app, but when I do a preview build and install on physical device, it crashed after I open it. The error is com.facebook.react.common.Javascript Exception: TypeError: Cannot read property 'startsWith' of undefined,
I try the react native appwrite template from appwrite github repo, it won't crash on phone, but it shows blank.
I will continue to debug this issue for different version of the package.
If anyone has met this issue or how to fix it, please let me know, thanks a lot!
Recommended threads
- Google Oath2 for Flutter Android App not...
I have this function in my auth file for logging in via google Future<void> loginWithGoogle() async { try { final result = await FlutterWebAuth2.aut...
- user login failed Login failed :x:: User...
am trying to login from my terminal and appwrite console i could see that a session is created but am not yet allowed to login, the user value is still null
- Expo-web session issue
In web I created a session using oauth. I run the app logged in but closed the terminal and ran again opened the app(I have now 2 running app in different...
