
i'm trying to create [sign in with google,sign in with facebook] functionality in my react native expo mobile application. i don't have any idea how to do that please help me with this .

you can check my package https://www.npmjs.com/package/appwrite-rn

Okay thank you !!

you need custom expo dev client to work

can i do same with the facebook

okay i'll try

yes you can

i got encoutered with this error when i follow 2nd step "No URI schemes could be added. Please ensure there is a native project available."

i got encoutered with this error when i follow 2nd step "No URI schemes could be added. Please ensure there is a native project available."

actually i'm using expo

run npx expo prebuild
first

as i said before you need to use expo dev client

alternatively you can also use the scheme in the app.json file https://docs.expo.dev/guides/linking/

Invariant Violation: @react-native-community/cookies: Import libraries to android "react-native link @react-native-community/cookies", js engine: hermes

getting this error

It is not working

What's not working

i was trying to do with the package you have mentioned above .When i run the command nothing is displayed on the mobile screen. i mean it is blank
Recommended threads
- Adding "name" column to table creates 2-...
As stated, im adding the "name" column to one table, it adds 4 duplicates. In another table it adds 3 duplicates, and when I delete 1 of them, all duplucates di...
- Google signin with appwrite
I want to use Google sign in in android and create session from idToken using appwrite. But, i don't know if it's achievable or not. because i don't want to use...
- Realtime didn't work in react native exp...
``` useEffect(() => { const { client } = createClient(); const unsubscribe = client.subscribe(`databases.${process.env.EXPO_PUBLIC_APPWRITE_DATABASE}.t...
