logo
On this page

Migrating react-native to 0.76

Update dependency package

Change the version of zego-express-engine-reactnative, zego-zim-react-native and zego-zpns-react-native.

You can change the version in your package.json file directory:

Untitled
"zego-express-engine-reactnative": "^3.19.2",
"zego-zim-react-native": "^2.20.0",
"zego-zpns-react-native": "^2.8.1,"
1
Copied!

Or run the following command:

yarn
yarn add zego-express-engine-reactnative zego-zim-react-native zego-zpns-react-native
1
Copied!

Previous

Migrating zego-zpns-react-native to v2.8.0

Next

Migrating react-native to v0.77