Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.28 KB

README.md

File metadata and controls

39 lines (28 loc) · 1.28 KB

QuickNotes

An App for making and storing notes

Technologies used

React Native

Screenies

Installing depencencies and running the app

  • Fork the repository
  • Clone the repository
  • Install the dependencies by npm install
  • Run in Android by npm run android
  • Run in IOS by npm run ios

Generating Production APK

  • In project folder, run npm run release
  • Then do cd android
  • Then ./gradlew clean
  • And lastly ./gradlew assembleRelease -x bundleReleaseJsAndAssets
  • Get APK from ./android/app/build/outputs/apk/release

Author