This is a Contact List app developed in React Native, where the contacts are divided into favorites and others, and you can toggle their property
Clone the project to your local machine.
Expo
XCode in order to run the app on the iOS simulator
Android Studio or other Android Simulator in order to run the app on the Android simulator
In your local machine install Expo (in case you don't have it)
sudo npm install --global expo-cli
Use Yarn in order to install dependencies
yarn
Now you can start the app by using one of this three commands
yarn start
yarn ios
yarn android
- Leandro Támola - Javascript Developer