Scaffold to do something great with React-Native
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.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
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
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
- React-Native v0.62 - Heart
- React-Navigation v5 - Navigation
- React-Native-Elements - UI Framework
- @masierraf - Idea & Initial work
See also the list of contributors who participated in this project.
- Getting Started with React Navigation v5 by Handlebar Labs
- Animated Login Screen by Unsure Programmer