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
Or run the following command:
yarn
yarn add zego-express-engine-reactnative zego-zim-react-native zego-zpns-react-native
1