2021-02-19 13:23:46 -07:00
|
|
|
<table>
|
|
|
|
<tr>
|
|
|
|
<th><a href="./README.md">README.md</a></th>
|
2021-02-19 13:26:49 -07:00
|
|
|
<th><a href="./docs/ANIMATED.md">ANIMATED.md</a></th>
|
|
|
|
<th><a href="./docs/DEVICES.md">DEVICES.md</a></th>
|
|
|
|
<th><a href="./docs/FORMATS.md">FORMATS.md</a></th>
|
|
|
|
<th><a href="./docs/ERRORS.md">ERRORS.md</a></th>
|
2021-02-19 13:23:46 -07:00
|
|
|
<th>CONTRIBUTING.md</th>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
|
|
|
|
<br />
|
|
|
|
|
2021-02-19 08:07:53 -07:00
|
|
|
# Contributing
|
|
|
|
|
2021-02-19 13:23:46 -07:00
|
|
|
## Guidelines
|
|
|
|
|
|
|
|
1. Don't be rude.
|
|
|
|
|
|
|
|
## Get started
|
|
|
|
|
|
|
|
1. Fork & clone the repository
|
|
|
|
2. Install dependencies
|
|
|
|
```
|
|
|
|
cd react-native-vision-camera
|
|
|
|
yarn bootstrap
|
|
|
|
```
|
|
|
|
|
|
|
|
### iOS
|
|
|
|
|
|
|
|
1. Open the `example/ios/VisionCameraExample.xcworkspace` file with Xcode
|
|
|
|
2. Change signing configuration to your developer account
|
|
|
|
3. Select your device in the devices drop-down
|
|
|
|
4. Hit run
|
|
|
|
|
|
|
|
### Android
|
|
|
|
|
|
|
|
1. Open the `example/android/` folder with Android Studio
|
|
|
|
2. Select your device in the devices drop-down
|
|
|
|
3. Hit run
|
|
|
|
|