@brackets/react-native-template-brackets
v0.3.0
Published
Backets template to boost React Native projects.
Downloads
8
Readme
Preconfigured with
- Typescript
- React Navigation (v5) for navigation
- stacks
- bottom tabs
- also icludes
NavigationService
for navigating outside react components
- react-native-config to manage separate environments (dev, staging, production).
- Mobx for state management
- urql for graphql api calls
- lingui for translations
- UI kit
- MMKV storage instead of AsyncStorage
- react-native-svg
- formstate for forms
- Expo unimodules
- handy npm scripts.
TODOS
- [ ] UI kit
- [ ] fastlane
- [ ] enable hermes
- [ ] webp image support ?
Getting started
- Note: the command will fail if you have the global legacy react-native-cli installed. Make sure you uninstall it first. More info at react-native-community/cli.
npx react-native init MyApp --template @brackets/react-native-template-brackets
Recommended Libraries
- react-native-notifier for fast and simple in-app notifications