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?