Skip to content

changtimwu/react-native-boilerplate-mobx-state-tree-typescript

 
 

Repository files navigation

CircleCI

Introduction

  • Why?: To make this boilerplate more complete

What have been modified

  • Remove expo dependency via instructions here
  • Largely rewrite tests with Enzyme to make it the way beyond snapshots.
  • add CI

Below are original README

React Native Seed v1.0.0

A React Native Starter Kit with NativeBase + React Navigation + MobX-State-Tree Apps (iOS & Android)

Brought to you by GeekyAnts

Get Started

1. System Requirements

2. Installation

On the command prompt run the following commands

$ git clone https://github.com/GeekyAnts/react-native-boilerplate-mobx-state-tree-typescript.git

$ cd react-native-boilerplate-mobx-state-tree-typescript/

$ npm install
  or
  yarn

Run on iOS

  • Opt #1: * Run npm start in your terminal * Scan the QR code in your Expo app
    • Opt #2:
      • Run npm run ios in your terminal

Run on Android

  • Opt #1: * Run npm start in your terminal * Scan the QR code in your Expo app
    • Opt #2:
      • Run npm run android in your terminal

For apps with more advance designs, please visit NativeBase Market.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 99.8%
  • JavaScript 0.2%