Skip to content

CodeMasterChef/react-native-typescript-mobx-boilerplate

Repository files navigation

React Native Typescript Mobx Boilerplate

forked from https://github.com/InvertedX/react-native-typescript-mobx-boilerplate

Included following libraries

  • Typescript link
  • Mobx link
  • React Navigation link
  • React Native 0.59.8

🚀 Getting Started:

1. Clone and Install

# Install dependencies
npm install
#or
yarn install

2 Run the React Native packager

# Start the React Native packager
npm start
#or 
yarn start

2 Run the React Native App

# for android
react-native run-android

# for ios
react-native run-ios

📱Tabs View:

If you like tabs navigation which aslo has a login screen, you can checkout tabs branch.