If you don't have expo installed -> Check out the doc
Once you have expo installed follow these steps:
- With Yarn:
yarn
yarn start / expo start
- With NPM:
npm i
npm start
Enjoy 🎸🎉
ContactList is an app that lists multiple contacts numbers (used hard coded data in this case but could come from any API or ...), it also shows the number of times any number is repeated on the list and allows the user to add a new one. Feel free to play around with the app or just take a look at the code.
Expo is a framework and a platform for universal React applications
Routing and navigation for your React Native apps Read docs Try the demo app
ESLint is a tool for identifying and reporting on patterns found in JavaScript code.
Consistent code style
Maybe use a dictionnary instead of an object's list to improve the app's performance.