Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 310 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 310 Bytes

React Native TIM

react-native wrapper of Tencent IM SDK, support both iOS and Android.

Note, this library only support react-native 0.60+

Installation

Install library via npm:

npm install --save @opendt/react-native-tim

To complete the linking on iOS, run:

cd ios && pod install