react-native-appwrite-oauth
react-native-appwrite-oauth copied to clipboard
Getting error of 403 disallowed_useragent
No any google account shows
Try to add a user agent to the WebView component:
<WebView
userAgent='Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.82 Mobile Safari/537.36'
...
/>
I edited this inside node_modules to test, otherwise you can fork and make your own version with changes that fit your needs.