react-native wrapper of Tencent IM SDK, support both iOS and Android.
Note, this library only support react-native 0.60+
Install library via npm:
npm install --save @opendt/react-native-tim
To complete the linking on iOS, run:
cd ios && pod install