rn-basic-boilerplate
v1.1.2
Published
A React Native template for building basic navigation using TypeScript
Downloads
124
Readme
React Native Basic Navigation boilerplate
A React Native template for building basic navigation using TypeScript
Features
- React Native template with TypeScript
- Google / Kakao Sign-in
- Basic navigation with Vector Icons
- Import alias
Quick start
To Create a new project using the boilerplate :
npx react-native init MyApp --template rn-basic-boilerplate
Then follow the Google Sign-in guide and Kakao Sign-in guide
Run the project by running:
yarn start
to start the metroyarn <platform>
to run the platform application
Stack
- @react-navigation/native
- @react-navigation/native-stack
- @react-navigation/bottom-tabs
- react-native-safe-area-context
- react-native-screens
- @react-native-google-signin/google-signin
- @react-native-seoul/kakao-login
- react-hook-form
- react-native-vector-icons
- babel-plugin-module-resolver
- eslint-import-resolver-babel-module
License
This project is released under the MIT License.