Skip to content

Commit 3ff061e

Browse files
authored
docs: fix iOS command configuration flag
fix package:ios commande
1 parent 42be770 commit 3ff061e

File tree

1 file changed

+1
-1
lines changed
  • website/docs/docs/brownfield

1 file changed

+1
-1
lines changed

website/docs/docs/brownfield/ios.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ To add React Native to your iOS app, we'll package your React Native code into a
7575
1. Open Terminal and run:
7676

7777
```sh title="Terminal"
78-
rnef package:ios --scheme <framework_target_name> --mode Release
78+
rnef package:ios --scheme <framework_target_name> --configuration Release
7979
```
8080

8181
## 6. Add the Framework to Your App:

0 commit comments

Comments
 (0)