AlexOriginal post
React Developer
I installed appwrite with npx expo install react-native-appwrite react-native-url-polyfill and created an appwrite.js file that has client and account. Client has setEnpoint,setProject and setPlatform all with correct parameters but for some reason when I try and use appwrite to register an account it never connects to my react native app. What could be causing it to not connect?
Summary
User is having trouble connecting Appwrite to React Native. They are requesting help in writing a try-catch block to identify the error.