Welcome to the React Native Project Template! This boilerplate/template is designed to simplify the process of creating a new React Native app with commonly used packages already installed.
To create a new React Native app using this template, simply run the following command:
npx react-native init YourAppName --template rn-pg-temp
Replace YourAppName with the desired name for your project.
What's Included This template comes pre-configured with the following packages:
React Navigation, Redux, Axios, AsyncStorage, ESLint & Prettier
Once you've created your project using this template, navigate to your project directory and start your development server:
cd YourAppName
npx react-native start
Then, run your app on your desired platform:
iOS: npx react-native run-ios
Android: npx react-native run-android
Folder Structure The project structure follows a typical React Native project layout:
Feel free to modify the folder structure or add/remove packages to suit your project requirements.
Contributing If you find any issues or have suggestions for improvements, feel free to open an issue or submit a pull request on GitHub.
Happy coding! 🚀
Piyush Gaurav