An open API service indexing awesome lists of open source software.

https://github.com/mongodben/rn_google_auth_expo


https://github.com/mongodben/rn_google_auth_expo

Last synced: 8 months ago
JSON representation

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/)