kerimdemir / Example

example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example

Features

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

Libraries in the boilerplate

  • react-native-navigation-v5
  • hooks
  • axios
  • react-redux
  • redux
  • redux-thunk
  • redux-logger
  • react-native-config
  • i18n-js

How to Use

git clone https://github.com/kerimdemir/example example
cd example && npm install
  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.

About

example


Languages

Language:JavaScript 57.1%Language:Java 20.0%Language:Objective-C 14.3%Language:Starlark 6.2%Language:Ruby 2.4%