DESCRIPTION
- React Navigation - Routing and navigation for React Native apps
- Expo - Build cross-platform native apps
- Native Base - Styled component for React Native apps
- Clone the repo
git clone https://github.com/RomelClavel/trepir-mobile.git
cd trepir-mobile
- Install dependencies
npm install
- 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;
-
Make sure to connect to the Back-End on https://github.com/Trepir/trepir-be.git
-
Start development server
npx expo start
- Scan the barcode with the Expo app on your phone or follow the terminal instructions to load up the emulator on your machine.
-
- 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.
-
- Users can create activities for other users to add to their 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.
