Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion website/blog/2026-08-11-react-native-0.87.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
```sh
cd ios
# deintegrate will remove CocoaPods from your project
npx react-native spm -- deintegrate
npx react-native spm --deintegrate
```

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.
Expand All @@ -156,7 +156,7 @@

#### Headers Breaking Changes

To properly support SwiftPM integration with React Native, we had to rethink how we ship the precompiled binaries of React Native itself. This is needed because SwiftPM is much stricter than Cocoapods when it comes to XCFramework structure and headers location.

Check warning on line 159 in website/blog/2026-08-11-react-native-0.87.mdx

View workflow job for this annotation

GitHub Actions / lint-website

'Cocoapods' should be 'CocoaPods'

You might notice a couple of new XCFrameworks:

Expand Down