React Native Android app for CRUD operations with student timetables
This project was bootstrapped with React Native CLI.
- Place the class-timetable-key.keystore file under the android/app directory in project folder
- Edit the file android/gradle.properties, and add the following (replace ***** with the correct keystore password, alias and key password),
APP_UPLOAD_STORE_FILE=class-timetable-key.keystore
APP_UPLOAD_KEY_ALIAS=class-timetable-key-alias
APP_UPLOAD_STORE_PASSWORD=*****
APP_UPLOAD_KEY_PASSWORD=*****
Runs your app in development mode.
Like npm start
, but also attempts to open your app on a connected Android device or emulator. Requires an installation of Android build tools.
Generating the release AAB. Gradle's bundleRelease will bundle all the JavaScript needed to run your app into the AAB (Android App Bundle).
Testing the release build of your app