Features | Getting Started | Reference
## Features This project was developed with the following technologies: - **[React Native](https://reactnative.dev/)** - A framework for creating native apps for Android and iOS with JavaScript and React. - **[Expo](https://reactnative.dev/)** - A platform for making universal native apps for Android and iOS with JavaScript and React. ## Getting Started To clone and run this application, place from your command line: ```bash # Clone this repository $ git clone https://github.com/isabelamoraes/ignite-reactnative-challenge02.git ignite-reactnative-challenge02 # Go into the repository $ cd ignite-reactnative-challenge02 # Install dependencies $ yarn # Run the mobile application (Android) $ expo start ``` ## Reference This application is the result of the challenge proposed in Chapter II of the React Native track on Ignite, training promoted by Rocketseat.