Skip to content

A react native boilerplate with react native 0.62, react navigation 5 and redux 4 integrated

Notifications You must be signed in to change notification settings

altaf-tech/react-native-boilerplate

Repository files navigation

react-native-boilerplate

A react native boilerplate with react navigation v5, vector icons and redux integrated

Getting Started

  • Clone this repo

    git clone https://github.com/altaf-tech/react-native-boilerplate

  • Go to project's root directory

  • Rename your project using React Native Rename

    react-native-rename <MyApp>

  • Install dependencies

    yarn install

    cd ios && pod install && cd ..

Run Application

  • On iOS:

    react-native run-ios

  • On Android:

    react-native run-android

App Screens