react-native-memory-profile (JSC vs V8)
- Checkout brach for which you want to do memory profiling
- npm i
- run server in seperate terminal with npm run start-server
- react-native run-android (for devlopment)
- cd android && ./gradlew assembleRelease for release apk
To test apk without setup
Download APK from respective branch under ${PROJECT_ROOT}/releaseAPK
Observations