# react-native-mobile-im **Repository Path**: rong88/react-native-mobile-im ## Basic Information - **Project Name**: react-native-mobile-im - **Description**: 使用react native代码调用MobileIMSDK,当前只支持调用TCP Client。 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2021-09-06 - **Last Updated**: 2025-08-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # react-native-mobile-im mobileIMSDK using in react native api ## Installation ```sh npm install react-native-mobile-im ``` ## Usage ```js import MobileIm from "react-native-mobile-im"; // ... const result = await MobileIm.multiply(3, 7); ``` ## Contributing See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow. ## License MIT