react-native-feature-based-boilerplate
v0.1.8
Published
React Native feature-based boilerplate (0.76.9) with android/ ios/ and app setup included
Downloads
42
Maintainers
Readme
Installation (RN 0.76.9 recommended)
npx @react-native-community/cli@latest init MyApp \
--version 0.76.9 \
--template react-native-feature-based-boilerplateRequirements
- Node >= 18
- Xcode (iOS) / Android Studio (Android)
- Watchman (recommended on macOS)
What's Included
- TypeScript, i18n (i18next), Zustand, MMKV
- Preconfigured Babel for alias and dotenv
- iOS/Android project files, font asset linking
- Feature-based folder structure
Interactive Setup Wizard 🧙
After downloading the template, you'll be asked interactive questions to automatically install the libraries you need:
Available Libraries (Yes/No):
- 📱 React Navigation - Bottom Tabs, Native Stack, and other navigation features
- 🌐 Axios - HTTP requests library
- ✨ React Native Linear Gradient - Beautiful gradient backgrounds
Quick Start
npm install
npm start
npm run ios
npm run androidScripts
npm start: starts Metronpm run ios: runs on iOS simulatornpm run android: runs on Android emulatornpm run setup: runs interactive setup wizard (after npm install)
Environment Variables
react-native-dotenvis configured. Babel plugin is set up for.env.
Version Compatibility
- React Native:
0.76.9 - React:
18.3.1 - @react-native packages aligned with
0.76.9
