-
Navigate to node_modules/metro-config/src/defaults/blacklist.js
-
Replace the section with this:
var sharedBlacklist = [
/node_modules[\/\\]react[\/\\]dist[\/\\].*/,
/website\/node_modules\/.*/,
/heapCapture\/bundle\.js/,
/.*\/__tests__\/.*/
];
Notes: Requires internet accesss
-
Connect Android device
-
Run in a command prompt:
adb devices
- Run in a command prompt:
npx react-native run-android
-
Generate a keystore
-
Add the keystore to the project
3a. Navigate to android/app/build.gradle
3b. Find android { defaultConfig {} }
3c. Change the version code and name
4a. Navigate into android/
4b. Run in a command prompt:
./gradlew assembleRelease
-
Navigate to android/app/build/outputs/apk/release/app-release.apk
-
run this command to test
adb install app-release.apk
Changes made to extract meta data from the onLoadComplete function
Fork repo and create a version for the app
Adds in authors for ~50% of the resources
Also adds in true creation and last modified dates
Gather metadata and put into a redux object
Add to this when document is viewed -> Use in future in references & search
(For future add this into search too? - take out author tag)