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?
TL;DR
Developers having trouble connecting Appwrite to React Native despite setting up the client correctly with endpoints, project, and platform parameters. Unable to register an account using Appwrite.
Solution: Double-check all parameters in the client setup and ensure they are correct. Check for any typos or missing information. If issues persist, consider troubleshooting the network connection and firewall settings.