Clean and minimalist React Native template for a quick start with TypeScript and components
npm install rn-boiler-template:fireworks: Clean and minimalist React Native template for a quick start with TypeScript and so much more components.
- Elegant usage directly within the RN-Boiler Cli
- Fastlane
- Lefthook
- Boot Splash
- Expo Image
- Declare String, Number, Array
- Consistent with the default React Native template
- Minimal additional dependencies
- Lots of built-in components
- Multiple schema ios(Dev/Prod as default)
- Multiple productFlavors android (dev/prod as default)
- Change App name APP_DISPLAY_NAME on env/.dev
- Change App id BUNDLE_IDENTIFIER on env/.dev
- Change App version VERSION_NAME on env/.dev
- Change App build number VERSION_CODE on env/.dev
- Change App URL API_URL on env/.dev
``sh`
npx rn-boiler MyApp
Args command:
`
Usage: rn-boiler
Arguments:
project-name Project name
Options:
-v, --version Output the current version
-pm, --package-manager
"yarn", "bun", "npm", default: "bun")
--skip-install Skip install dependencies. Default: false.
(default: false)
--skip-git Skip git init. Default: false. (default:
false)
--verbose Default: false. (default: false)
-h, --help display help for command
``

- react-navigation
- axios
- react-hook-form
- react-native-mmkv
- zod
- react-native-bootsplash
- react-native-reanimated
- zustand
- expo-image
- react-fast-compare
... and more
This project is MIT licensed.
Follow the contribution guide