Migrating to v2.4.1
In version 2.4.1, we have added react-native-device-info
to our project to retrieve device information. After upgrading to the 2.4.1 version of live streaming kit or above, you need run the following command to add the new dependency, and upgrade the versions of zegocloud/zego-uikit-rn
and zego-zim-react-native
.
yarn
npm
yarn add react-native-device-info @zegocloud/zego-uikit-rn@^2.14.2 zego-zim-react-native@2.16.0
1
npm install react-native-device-info @zegocloud/zego-uikit-rn@^2.14.2 zego-zim-react-native@2.16.0
1