package management: Bun
To install dependencies:
bun installRun test
bun run test # don't use shorthand bun testRun showcase
bun gapp:startRun ui
bun ui:start- add
tailwindcss,nativewinddependencies - add custom
metro.config.js - add custom
babel.config.js - add
tailwind.config.js=> content should include all the components used tailwind.
- Cached when run expo for multiple apps
- use flag
-cto clear cache
- env
- CI/CD
- hot update
- debugger
- testing: unit test (react native testing library), performance test (reassure), e2e test (maestro)
- themes
- react query
- network integration
- zod and react form hook
- dynamic forms
- state management
- storybook
- keyboard
- common components