Skip to content

Commit 4c83503

Browse files
authored
Correct deintegrate command syntax in documentation (#5207)
1 parent c90191b commit 4c83503

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/blog/2026-08-11-react-native-0.87.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ To try it in an existing/new app:
137137
```sh
138138
cd ios
139139
# deintegrate will remove CocoaPods from your project
140-
npx react-native spm -- deintegrate
140+
npx react-native spm --deintegrate
141141
```
142142

143143
The command injects Swift package references into your existing `.xcodeproj` instead of replacing the project. Your signing, capabilities, and build phases stay untouched. `npx react-native spm deinit` reverses the change exactly.

0 commit comments

Comments
 (0)