Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #29

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 20 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,20 @@
## React Native Social Media App

A cross platform (iOS and Android) React Native news app. This example was put together for [React Native by Example](https://www.reactnativebyexample.com/). Get started learning & mastering React Native for free!
This is a cross-platform (iOS and Android) social media app built using React Native. The app allows users to create an account, post images and videos, follow other users, and like/comment on posts.This example was put together for [React Native by Example](https://www.reactnativebyexample.com/). Get started learning & mastering React Native for free!

![Reference Designs](./assets/reference.png)


## Dependencies:

The following are the main dependencies used in this app:

- React Native
- React Navigation
- Firebase
- React Native Image Picker
- React Native Video

### Installation

> **Note:** Be sure you have the React Native CLI [installed on your system](https://facebook.github.io/react-native/docs/getting-started).
Expand All @@ -26,5 +37,12 @@ A cross platform (iOS and Android) React Native news app. This example was put t
- `yarn dev`

---
## Contributing
Contributions are welcome! If you find a bug or want to add a new feature, please open an issue or a pull request.This project was put together to serve as an example to help you in building your own React Native apps. Feel free to download it and tinker with it!

## License
This app is licensed under the MIT License. See the LICENSE file for more information.




This project was put together to serve as an example to help you in building your own React Native apps. Feel free to download it and tinker with it!