Skip to content

ssilva22/react-native-app

Repository files navigation

My Universal React Project

Supports Expo iOS Supports Expo Android Supports Expo Web

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

DEMO

projectDemo.mp4

Buit With

  • React-Native
  • Expo
  • Redux
  • Firebase
  • Google Places API
  • Yelp API

🚀 How to use

  1. Clone the repo

    git clone https://github.com/ssilva22/react-native-app.git
  2. Install npm packages

     npm install  OR yarn install
  3. 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. Expo-Server-Image-ssilva22-Sebwebdesign

Contributing

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!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

Adding Native Code

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.

Publishing

  • Deploy the native app to the App store and Play store using this guide: Deployment.
  • Deploy the website using this guide: Web deployment.

📝 Notes

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published