Skip to content

Commit 5ce0513

Browse files
committed
chore: update cli
1 parent 33b1e38 commit 5ce0513

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/docs/docs/getting-started/android.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,13 +191,13 @@ tasks.named("generateMetadataFileForMavenAarPublication") {
191191
Use 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

197197
Then 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

docs/docs/docs/getting-started/ios.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ class InternalClassForBundle {}
110110
Use 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

116116
This creates the XCFramework in **`.brownfield/ios/package/`**.

0 commit comments

Comments
 (0)