This app is a cross-platform app to be used on both Android and iOS devices. Created using the React Native framework.
Refer to React Native's Getting Started page for initial setup.
For development, I use VS code and followed this guide for my React Native development environment.
Current required packages:
- react-native-lock
- react-native-drawer
- react-native-navbar
- react-native-tableview-simple
- react-native-keyboard-aware-scrollview
Setting up the project on your machine locally
git init
git clone https://github.com/wspringe/SogetiTrainingCampApp.git
cd SogetiTrainingCampApp
npm install
- To run on ios:
react-native run-ios
- To run on android:
react-native run-android
Testing:
- Signup for a new account and create an email and password.
- Afterwards, login with the email and password that was registered.
- Verify that the login worked and that you entered into the application.