Features | Getting Started | Reference
This project was developed with the following technologies:
- React Native - A framework for creating native apps for Android and iOS with JavaScript and React.
- Expo - A platform for making universal native apps for Android and iOS with JavaScript and React.
To clone and run this application, place from your command line:
# Clone this repository
$ git clone https://github.com/isabelamoraes/ignite-react-native-rentx.git ignite-react-native-rentx
# Go into the repository desired
$ cd ignite-react-native-rentx
# Install dependencies
$ yarn
# Run the API server
$ yarn api
# Run the mobile application (Android)
$ expo start
This application was developed during the classes of the Chapter III of the React Native track on Ignite, training promoted by Rocketseat.