Skip to content
This repository has been archived by the owner on Nov 25, 2021. It is now read-only.

javi10823/react-native-core-60

Repository files navigation

React Native Core app 2019 - (Junio 19)- React Native 0.59

iOS Android
Click here to see all screenshots
  • React Native version: 0.59.5
  • React Native navigation from Wix 2.21.0
  • Font: Nunito

Getting started

$ yarn

launch iOS

$ cd ios && pod install
$ react-native run-ios
If you have an Error at building app iOS (Mac's Xcode 10 users)

Go to Xcode, File -> Project Settings then change the Build System Default to Legacy Build System.

launch Android

$ react-native run-android

Libreries used

Rename project (optional)

Install React Native Rename Globaly

$ yarn global add react-native-rename

Rename the project

$ react-native-rename <newName>
Flux architecture
We use flow
Routing and navigation
Version control

Style guidelines

Notes

(code before in package.json)

  "husky": {
    "hooks": {
      "pre-commit": "lint-staged",
      "pre-push": "yarn test -u"
    }
  },

✌️ Enjoy!

About

Boilerplate core app React Native 0.60.5

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published