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-gofinances.git ignite-react-native-gofinances
# Go into the repository desired
$ cd ignite-react-native-gofinances
# Install dependencies
$ yarn
# Run the mobile application (Android)
$ expo start
# Run the test
$ yarn test
# Generate coverage test report
$ yarn test --coverage
This application was developed during the classes of the Chapter II of the React Native track on Ignite, training promoted by Rocketseat, and reused in the Chapter V to explore the tests concept on React Native.