/carList

Primary LanguageJavaScript

Car List App

This project is an app made with React Native to make cars CRUD in a API.

Run the app

Make sure you have React Native development environment set

Install the packages:

yarn

Run the app:

react-native run-ios

or

react-native run-android