I'm building an app using React Native CLI (not Expo), and I want to add Google Sign-In authentication. However, when I try to use react-native-appwrite, it throws errors since it's designed for Expo. What’s the correct way to implement Google Sign-In authentication with Appwrite in a bare React Native project?
TL;DR
Developers want to implement Google Sign-In authentication with react-native-appwrite in a React Native CLI project. The current package doesn't work with bare projects. To solve this, you can manually integrate the necessary native modules for Google Sign-In following the Appwrite documentation.