Skip to content

Trepir/trepir-mobile

Repository files navigation

Trepir

Where to?

DESCRIPTION

Developed with...

React Native Expo Natve Base

  • React Navigation - Routing and navigation for React Native apps
  • Expo - Build cross-platform native apps
  • Native Base - Styled component for React Native apps

Getting started

  1. Clone the repo
git clone https://github.com/RomelClavel/trepir-mobile.git
cd trepir-mobile
  1. Install dependencies
npm install
  1. Fill out your API keys
    // On constanst/ApiKeys.ts replace this with your keys
    export default {
        googleMapsAPIKey: 'YOUR_KEY',
    };
    const firebaseConfigInfo = {
	apiKey: '',
	authDomain: '',
	projectId: '',
	storageBucket: '',
	messagingSenderId: '',
	appId: '',
	measurementId: '',
    };
    export default firebaseConfigInfo;
  1. Make sure to connect to the Back-End on https://github.com/Trepir/trepir-be.git

  2. Start development server

npx expo start
  1. Scan the barcode with the Expo app on your phone or follow the terminal instructions to load up the emulator on your machine.

What makes Chartrip Different

  • Fully Developed in React Native with Expo

    • Able to work on both Android and iOS.
    • Can access every hardware functionality on your phone for a better experience.
    • Create an account once on your phone and always be logged in.
  • Shared Content

    • Users can create activities for other users to add to their trips.
  • Modify Your Trips

    • Easy drag and drop UI for ease of use
    • Dates modify automatically for the user when an accommodation or travel is moved to a new day.

Coming soon to AppStore and Play Store...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •