# react-native-cn-push **Repository Path**: rong88/react-native-cn-push ## Basic Information - **Project Name**: react-native-cn-push - **Description**: 使用react native代码注册国内厂商推送通道,以及IOS系统推送。 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-27 - **Last Updated**: 2022-12-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # react-native-cn-push cn push sdks using in react native api ## Installation ```sh npm install react-native-cn-push ``` ## Usage ```js import CnPush from "react-native-cn-push"; // ... const result = await CnPush.multiply(3, 7); ``` ## Contributing See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow. ## License MIT