Skip to content

Latest commit

 

History

History
52 lines (38 loc) · 907 Bytes

README.md

File metadata and controls

52 lines (38 loc) · 907 Bytes

rn-note

Notes app built with react native, currently available for both ios and android.

roadmap

  • real-time sync
  • offline first
  • rich text support
  • dark mode
  • attachment support
  • orgnization method
  • full-text search
  • ai-powered search
  • ...

dev scripts

  • install dependencies

    yarn
  • dev with expo go

    yarn start
    yarn start --clear -c # clear cache

    For more details, see instructions in the terminal.

  • build android apk (within dev client) and install

    yarn android
  • build android apk (release ) and install

    yarn android:release
  • generate pocketbase types

    yarn codegen

notice

  • It is recommended to use physical devices for testing, as the app may not work properly in the simulator.
  • Make sure EXPO_PUBLIC_PB_URL is set correctly in .env