We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42be770 commit 3ff061eCopy full SHA for 3ff061e
website/docs/docs/brownfield/ios.md
@@ -75,7 +75,7 @@ To add React Native to your iOS app, we'll package your React Native code into a
75
1. Open Terminal and run:
76
77
```sh title="Terminal"
78
- rnef package:ios --scheme <framework_target_name> --mode Release
+ rnef package:ios --scheme <framework_target_name> --configuration Release
79
```
80
81
## 6. Add the Framework to Your App:
0 commit comments