/QuickNotes

An App for making and storing notes

Primary LanguageJavaScript

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