All Projects → FormidableLabs → Formidable React Native App Boilerplate

FormidableLabs / Formidable React Native App Boilerplate

React Native / Redux / Babel boilerplate.

Programming Languages

javascript
184084 projects - #8 most used programming language

##formidable-react-native-app-boilerplate

React Native / Redux / Babel boilerplate.

Features

  • Babel/ES2015 support
  • ES6 Class support
  • Redux with Async actions via redux-thunk and console logging via redux-logger
  • Navigator & NavigationBar
  • Android support
  • ESLint preconfigured with settings from eslint-config-defaults
  • Flowtype annotations preconfigured

Getting Started

Running IOS

Simply run the project in XCode

Running Android

From your command line run react-native run-android

Linting

To lint your code using ESLint run npm run lint

Type Checking

To type check your code using Flow, first install Flow and then run npm run flow

Troubleshooting

If you have any trouble with package caching due to .babelrc, run rm -fr $TMPDIR/react-*

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].