nurullahisik / react-native-boilerplate

React Native Redux - Hooks - Router Flux - I18n BoilerPlate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Native Boilerplate

Features

  • Redux setup
  • Axios get,post,pull,put configuration
  • Applied ESLint settings
  • Translate
  • Tabbar, SideBar Route configuration
  • Remote Redux DevTools configuration
  • File Structure
  • Template
  • Logger

Libraries in the boilerplate

  • react-native-router-flux
  • hooks
  • axios
  • react-redux
  • redux
  • redux-thunk
  • redux-logger
  • react-native-config
  • i18n-js

How to Use

  1. Download zip
  2. Update app.json
 "name": "your-app-name",
 "slug": "your-app-name",
  1. yarn install or npm install
  2. To open devTools run npm run debug
  3. To running on simulator or emulator run npm run ios or npm run android
  4. To running test run npm run test

Users request

  • You have to set your URL in Config.js and file of actions.

Screenshot

About

React Native Redux - Hooks - Router Flux - I18n BoilerPlate


Languages

Language:JavaScript 72.4%Language:Objective-C 11.5%Language:Ruby 6.1%Language:Python 5.3%Language:Java 4.8%