rn-tem
v0.1.4
Published
React Native starter template with modern tooling
Maintainers
Readme
React Native Template
A custom React Native CLI template with modern tooling and clean architecture.
Preview
Usage
bunx @react-native-community/cli init MyApp --template rn-tem
#or
git clone https://github.com/aashishpanchal/react-native-template
# then
bunx @react-native-community/cli init MyApp --template file:///path/to/react-native-templateWhat's Included
- React Native 0.85 (New Architecture)
- TypeScript with path aliases (
#/,#assets/,#types/) - ESLint 9 flat config
- Prettier pre-configured
- Bun as package manager
- Taskfile for grouped task automation
- Roboto font family pre-linked
- Module resolver for clean imports
- Dark/Light mode support out of the box
- Modern project structure (
src/consts/,src/widgets/)
Author
Aashish Panchal - [email protected]
