https://github.com/mongodben/rn_google_auth_expo
https://github.com/mongodben/rn_google_auth_expo
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mongodben/rn_google_auth_expo
- Owner: mongodben
- Created: 2022-01-21T22:41:47.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-21T22:41:57.000Z (over 4 years ago)
- Last Synced: 2025-02-03T12:22:51.515Z (over 1 year ago)
- Language: TypeScript
- Size: 248 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# expo realm with google auth example
based on:
```
npx create-react-native-app MyAwesomeRealmApp -t with-realm
```
## ☁️ Build in the cloud
- [Building with EAS](https://docs.expo.dev/eas/)
## 🏃 How to build and run locally
- [Setup development Environment](https://reactnative.dev/docs/environment-setup)
- Build/Run on iOS 🍎
```
yarn ios
```
```
npm run ios
```
- Build/Run on Android 🤖
```
yarn android
```
```
npm run android
```
## 🥸 Don't like TypeScript?
Just replace the `App.tsx` and `app` folder with the source code of our [JavaScript template](https://github.com/realm/realm-js/tree/master/templates/expo-template-js)
## 📝 Notes
- [Setting up Sync](https://docs.mongodb.com/realm/sdk/react-native/quick-start/)
- [Realm JS Documentation](https://docs.mongodb.com/realm/sdk/react-native/)
- [Expo Development Client docs](https://docs.expo.dev/clients/introduction/)
- [Building with EAS](https://docs.expo.dev/eas/)