项目作者: masierraf

项目描述 :
React native, React Navigation, Redux and Redux-Persist
高级语言: JavaScript
项目地址: git://github.com/masierraf/rn-navigation.git
创建时间: 2020-03-29T19:31:39Z
项目社区:https://github.com/masierraf/rn-navigation

开源协议:

下载




Project logo

REACT NATIVE SCAFFOLD



Status
GitHub Issues
GitHub Pull Requests


Scaffold to do something great with React-Native


📝 Table of Contents

" class="reference-link">🧐 About

React-Native is a powerfull utility to create iOS/Android apps so in this project I try to provide to you an idea of scaffold where implements react-navigation v5, react-native-elements, react-native-vector-icons, redux, react-redux, redux-persist and more.

" class="reference-link">🏁 Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

First of all you have to install or update Node to the last version available (I’m using node v13.11.0 and works fine)

  1. brew install node

or for upgrade

  1. brew update
  2. brew upgrade node

Installing

To run this project just need to install all dependencies.

  1. npm install

I’m using react-native v0.62 so i don’t need react-native link anymore because it will be automatic but for iOS we need the nex step.

  1. cd ios; pod install; cd ..

Then run whatever platform you prefers

  1. npx react-native run-ios/run-android

If you have problems to run it on android edit the path of your sdk folder into local.properties file located in

  1. ./android/local.properties

" class="reference-link">⛏️ Built Using

" class="reference-link">✍️ Authors

See also the list of contributors who participated in this project.

" class="reference-link">🎉 Acknowledgements