Table of Contents
projectDemo.mp4
- React-Native
- Expo
- Redux
- Firebase
- Google Places API
- Yelp API
-
Clone the repo
git clone https://github.com/ssilva22/react-native-app.git
-
Install npm packages
npm install OR yarn install
-
Run the server
expo start
Note: After running expo start you will see a page like the one below . If you want to run it in your phone download the Expo App on the Play Store or Expo Go for Apple and scan the QR code with your phone and the project will open automatically. You can also run it on the browser by clicking "Run in Web browser" if that works better for you.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
This project can be run from a web browser or the Expo client app. You may find that you want to add more native code later on. You can do this by ejecting the project and rebuilding it yourself.
- Run
yarn eject
to create the native projects. - You can still run your project in the web browser or Expo client, you just won't be able to access any new native modules you add.
- Deploy the native app to the App store and Play store using this guide: Deployment.
- Deploy the website using this guide: Web deployment.
- Learn more about Universal React.
- See what API and components are available in the React runtimes.
- Find out more about developing apps and websites: Guides.