Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

contributing.md #55

Merged
merged 9 commits into from
Apr 24, 2024
4 changes: 1 addition & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@

1. Fork & clone the repository
2. Install dependencies
```

```

Read the READMEs in [`android/`](android/README.md) and [`ios/`](ios/README.md) for a quick overview of the native development workflow.

Expand All @@ -26,7 +24,7 @@ Read the READMEs in [`android/`](android/README.md) and [`ios/`](ios/README.md)

### iOS

1. Open the `react-native-mediapipe/example/ios/MediapipeExample.xcworkspace` file with Xcode
1. Open the `react-native-mediapipe/examples/objectdetection/ios/objectdetection.xcworkspace` file with Xcode
2. Change signing configuration to your developer account
3. Select your device in the devices drop-down
4. Hit run
Expand Down
Loading