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

https://github.com/vcjpierre/react-native-social-app

Social app using Firebase and React Native
https://github.com/vcjpierre/react-native-social-app

firebase react-native social-app

Last synced: 3 months ago
JSON representation

Social app using Firebase and React Native

Awesome Lists containing this project

README

        

# Social App

React native social app using Firebase

## Getting Started

1. Clone and Install

``` bash
# Clone the repo
git clone https://github.com/vcjpierre/react-native-social-app.git

# Navigate to clonned folder and Install dependencies
cd react-native-social-app && yarn install

# Install Pods
cd ios && pod install
```

2. Open in your emulator
Run this command to start the development server and to start your app on the emulator:
```
yarn ios
```
Or, if you prefer Android:
```
yarn android
```
## Contributing
If you find any problems, please open an issue or submit a fix as a pull request.