⚠️ Warning: This Repository is Deprecated ⚠️ new project is here.
Due to significant changes in React Native, maintaining this project has become challenging. What's Next? 🚀
I've created a new and improved project using the latest version of React Native. 🎉 You can check it out here.
Thank you for understanding! 🙌
Welcome to our React Native starter repo! This repo includes a variety of core features to help you get started building a top-quality mobile app.
We've included CodePush support, so you can easily deploy updates to your app without requiring users to update from the app store.
Need to create different versions of your app for different markets or audiences? No problem! This starter repo includes support for flavor builds, so you can easily create unique versions of your app with their own branding, assets, and configurations.
We've included both Redux and Axios to help you manage the state of your app and make HTTP requests in a consistent and efficient manner.
Get started building your dream app today with this powerful React Native starter repo!
Clone the project
git clone https://github.com/girish54321/react-native-typescript-starter.gitGo to the project directory
cd react-native-starterInstall dependencies
yarnOn Android DEV
yarn android_dev_debugOn Android Staging
yarn android_staging_debugOn Android PROD
yarn android_prod_debugOn iOS or use XCode
cd ios && pod install && cd .. && yarn run ios11Go to package.json file add you favorite ❤️ simulator
I All so get this error for this maybe try switching to backup branch or copy & paste below code in package.json
"devDependencies": {
"@babel/core": "^7.10.2",
"@babel/runtime": "^7.10.2",
"@react-native-community/eslint-config": "^2.0.0",
"babel-jest": "^26.0.1",
"babel-plugin-module-resolver": "^4.1.0",
"eslint": "^7.2.0",
"jest": "^26.0.1",
"metro-react-native-babel-preset": "^0.59.0",
"react-native-svg-transformer": "^1.0.0",
"react-test-renderer": "16.11.0"
}
React, React native, Redux
If you find my work useful, please consider supporting me by buying me a coffee!
Your support helps me continue to develop and maintain this project.
Thank you!


