File tree Expand file tree Collapse file tree
docs/docs/docs/getting-started Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -191,13 +191,13 @@ tasks.named("generateMetadataFileForMavenAarPublication") {
191191Use the brownfield CLI to package your React Native app:
192192
193193``` bash
194- npx @callstack/react-native- brownfield package:aar --variant Release --module-name reactnativeapp
194+ npx brownfield package:android --variant Release --module-name reactnativeapp
195195```
196196
197197Then publish to ** local Maven** :
198198
199199``` bash
200- npx @callstack/react-native- brownfield publish-local:aar --module-name reactnativeapp
200+ npx brownfield publish:android --module-name reactnativeapp
201201```
202202
203203## 8. Add the AAR to Your Android App
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ class InternalClassForBundle {}
110110Use the brownfield CLI to package your React Native app:
111111
112112``` bash
113- npx @callstack/react-native- brownfield package:ios --scheme < framework_target_name> --configuration Release
113+ npx brownfield package:ios --scheme < framework_target_name> --configuration Release
114114```
115115
116116This creates the XCFramework in ** ` .brownfield/ios/package/ ` ** .
You can’t perform that action at this time.
0 commit comments