https://github.com/isabelamoraes/ignite-react-native-classes-myskills
https://github.com/isabelamoraes/ignite-react-native-classes-myskills
detox react-native typescript
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/isabelamoraes/ignite-react-native-classes-myskills
- Owner: isabelamoraes
- Created: 2021-07-04T00:57:38.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-08T01:37:22.000Z (almost 4 years ago)
- Last Synced: 2025-01-23T01:12:42.439Z (5 months ago)
- Topics: detox, react-native, typescript
- Language: Java
- Homepage:
- Size: 479 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
My skills
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.
## Getting Started
To clone and run this application, place from your command line:
```bash
# Clone this repository
$ git clone https://github.com/isabelamoraes/ignite-react-native-classes-myskills.git ignite-react-native-classes-myskills# Go into the repository
$ cd ignite-react-native-classes-myskills# Install dependencies
$ yarn# Run the mobile application (Android)
$ yarn android# Run the test
$ yarn detox test -c android.emu.debug```
## Reference
This application was developed during the classes of the Chapter I 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.