31 lines
645 B
Markdown
31 lines
645 B
Markdown
# Contributing
|
|
|
|
## Guidelines
|
|
|
|
1. Don't be rude.
|
|
|
|
## Get started
|
|
|
|
1. Fork & clone the repository
|
|
2. Install dependencies
|
|
```
|
|
cd react-native-vision-camera
|
|
yarn bootstrap
|
|
```
|
|
|
|
> You can also open VisionCamera in [a quick online editor (github1s)](https://github1s.com/cuvent/react-native-vision-camera)
|
|
|
|
### 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
|
|
|