Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mizchi/rn-expo-firebase-web


https://github.com/mizchi/rn-expo-firebase-web

expo firebase react-native react-native-app

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# rn-expo-firebase-web

Truly universal react application dev stack.

## Stack

* expo
* react-native-web
* firebase
* styled-components
* react-native-easy-grid
* flow

## How to login with firebase

* Firebase: Set your firebase option to `src/config/firebase.js`
* Facebook Login: Set your facebook `APP_ID` to `src/config/facebook.js`

## How to build

### Native build

Use Expo XDE

### Web Build

```
yarn build:web
```