Skip to content

codejunkiedev/rn-travel-snap

Repository files navigation

Travel Snap

Follow these steps to run an Expo React Native App:

1. Installation

Firstly, make sure you have Node.js (which comes with npm) installed on your machine. If you don't have Node.js installed, you can download it from here. Once you have Node.js installed, install Expo CLI command line utility by running:

npm install -g expo-cli

2. Navigate to the project folder

cd rn-travel-snap

3. Install dependencies

npm install

4. Start the development server

npm start

5. Run the app on your phone

  • Install the Expo app on your iOS or Android phone
  • Scan the QR code displayed in your terminal from the Expo app to run the project on your phone

6. Run the app on your computer

  • Android

    • Install Android Studio
    • Install the Android SDK
    • Configure the ANDROID_HOME environment variable
    • Add the Android SDK to your PATH environment variable
    • Create a virtual device in Android Studio
    • Run the virtual device
npm run android
  • iOS Simulator

    • Install Xcode
    • Run the simulator
npm run ios
  • Web

    • Run the web app
npm run web

Features

  • Photo Feed: A user can view all uploaded photos.
  • Photo Upload: Users can upload photos to a public feed
  • Profile Page: A user can view their profile with their uploaded photos
  • Authentication: A user can signup to create an account and login to access the app

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •