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
- Host: GitHub
- URL: https://github.com/vcjpierre/react-native-social-app
- Owner: vcjpierre
- Created: 2020-10-17T01:27:41.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-27T10:52:59.000Z (over 2 years ago)
- Last Synced: 2025-01-27T06:19:55.675Z (4 months ago)
- Topics: firebase, react-native, social-app
- Language: JavaScript
- Homepage:
- Size: 52.6 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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.