Skip to content

React native, React Navigation, Redux and Redux-Persist

Notifications You must be signed in to change notification settings

masierraf/rn-navigation

Repository files navigation

Project logo

REACT NATIVE SCAFFOLD

Status GitHub Issues GitHub Pull Requests


Scaffold to do something great with React-Native

📝 Table of Contents

🧐 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.

🏁 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)

brew install node

or for upgrade

brew update
brew upgrade node

Installing

To run this project just need to install all dependencies.

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.

cd ios; pod install; cd ..

Then run whatever platform you prefers

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

./android/local.properties

⛏️ Built Using

✍️ Authors

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

🎉 Acknowledgements