Skip to content

Commit 37ae2bc

Browse files
chore: release v3.8.3-patch.12.4
1 parent 274261b commit 37ae2bc

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The React Native Client SDK uses the [NativeModule](https://reactnative.dev/docs
1212

1313
1. **Android 16KB page-size support:** Starting from `v3.8.3-patch.12`, the Android core dependency is upgraded to `io.openim:core-sdk:3.8.3-patch12+1`, adding compatibility for devices using 16KB memory page size.
1414

15-
2. **Expo support:** Expo custom dev client workflow is supported from `v3.8.3-patch.10.3` and later.
15+
2. **Expo support:** Expo development build (custom dev client) is supported from `v3.8.3-patch.10.3` and later.
1616

1717
3. **Event Binding API:** Starting from `v3.8.3-patch.10.2`, you can use `OpenIMSDK.on()` to listen for events with better TypeScript type hints. Earlier versions must use the `OpenIMEmitter` object. Both approaches remain compatible with the latest version.
1818

@@ -42,7 +42,7 @@ cd ios && pod install && cd ..
4242

4343
### Install with Expo
4444

45-
`v3.8.3-patch.10.3` and later support Expo via the custom development client (prebuild) workflow. This package bridges native modules, so Expo projects must run in a prebuild/custom development client workflow rather than Expo Go.
45+
`v3.8.3-patch.10.3` and later support Expo. Because this package bridges native modules, you must use a development build (custom dev client). Expo Go is not supported.
4646

4747
```sh
4848
# install the SDK

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openim/rn-client-sdk",
3-
"version": "3.8.3-patch.12.3",
3+
"version": "3.8.3-patch.12.4",
44
"description": "OpenIM SDK for react-native",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)