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

https://github.com/yottahmd/react-native-firebase-app-example

Example Application using React Native and Firebase
https://github.com/yottahmd/react-native-firebase-app-example

Last synced: 3 months ago
JSON representation

Example Application using React Native and Firebase

Awesome Lists containing this project

README

          

# Camera App Example using React Native and Firebase

## Application overview











## How to try this Application

1. Install expo Appcalition from AppStore or PlayStore on your iOS/Android device.
1. Scan the QR Code with your phone.

![QRCode](https://i.gyazo.com/0f17bdac5bab016949b05269eea043a8.png "QRCOde")

3. And then the application will automatically start.

## How to run this Application on iOS/Android emulator

1. Setup AndroidStudio or XCode
1. Start Android Emulator or iOS Simulator
1. Then run the commands below.

```sh
$ git clone git@github.com:hayo0914/ReactNative-ImageBoardApp-Sample.git
$ cd ReactNative-ImageBoardApp-Sample

$ yarn install
# or
$ npm install

# run on Android
$ npm run android
# or
$ yarn android

# run on iOS
$ yarn ios
# or
$ yarn ios
```

## Licence
MIT License.