Skip to content
Open
Show file tree
Hide file tree
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
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,27 @@ This repository is a collection of assorted [Expo config plugins](https://docs.e

- **We maintain a one-to-one mapping between native packages and `@config-plugins/*`**. This means there should be no general utility packages here — those are better suited for a different repository or npm namespace.


## Expo SDK compatibility

Each plugin documents its own version mapping in its package README. Use those tables when pinning versions — mismatched Expo SDK and `@config-plugins/*` majors are a common cause of prebuild/native build failures.

**Latest published major for Expo SDK 56** (see each package README for full history and matching upstream library versions):

| Package | `@config-plugins/*` (SDK 56) |
| --- | --- |
| [`apple-settings`](./packages/apple-settings/README.md) | ^8.0.0 |
| [`ios-stickers`](./packages/ios-stickers/README.md) | 14.0.0 |
| [`react-native-adjust`](./packages/react-native-adjust/README.md) | 14.0.0 |
| [`react-native-blob-util`](./packages/react-native-blob-util/README.md) | 14.0.0 |
| [`react-native-branch`](./packages/react-native-branch/README.md) | 13.0.0 |
| [`react-native-callkeep`](./packages/react-native-callkeep/README.md) | 14.0.0 |
| [`react-native-pdf`](./packages/react-native-pdf/README.md) | 14.0.0 |
| [`react-native-siri-shortcut`](./packages/react-native-siri-shortcut/README.md) | 13.0.0 |
| [`react-native-webrtc`](./packages/react-native-webrtc/README.md) | 15.0.0 |

When upgrading Expo SDK, bump the matching `@config-plugins/*` major from the package README (and the upstream native library version listed there) before running `npx expo prebuild`.

## Looking for other config plugins?

Many React Native libraries ship their own built-in config plugins. You can find them on the [React Native Directory](https://reactnative.directory/).
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-branch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Ensure you use versions that work together!
| 54.0.0 | 6.8.0 | 11.0.0 |
| 53.0.0 | 6.6.0 | 10.0.0 |
| 52.0.0 | 6.4.0 | 9.0.0 |
| 51.0.0 | 6.2.1 3 | 8.0.0 |
| 51.0.0 | 6.2.1 | 8.0.0 |
| 50.0.0 | 6.0.0 | 7.0.0 |
| 49.0.0 | 5.9.0 | 6.0.0 |
| 48.0.0 | 5.7.0 | 5.0.0 |
Expand Down