A simple react native template for your next project.
Navigation and State management libraries not added because some prefers libraries over another.
This project was created using
npx react-native init myapp --template react-native-template-typescript
.
yarn android
or
yarn ios
This project uses react-native-rename to rename the project with one command.
npx react-native-rename "newname" -b com.newname
Keep in mind that .env
file must be added to .gitignore
and never be shared.