A react native wrapper for aliyun push SDK. Latest version: 0.1.51, last published: 25 days ago. Start using @hengkx/react-native-aliyun-push in your project by running `npm i @hengkx/react-native-aliyun-push`. There are no other projects in the npm regi
安装 npm install react-native-aliyun-push --save react-native link react-native-aliyun-push android配置 在Project根目录下build.gradle文件中配置maven库URL: allprojects { repositories { mavenLocal() jcenter() maven { // All of React Native (JS, Obj-C sources, Android binaries) is installed f...
npm install react-native-aliyun-push --save react-native link react-native-aliyun-push android配置 在Project根目录下build.gradle文件中配置maven库URL: allprojects { repositories { mavenLocal() jcenter() maven { // All of React Native (JS, Obj-C sources, Android binaries) is installed from ...
npm install react-native-aliyun-push--save react-nativelink react-native-aliyun-push android配置 在android根目录下build.gradle配置以下代码: allprojects{repositories{mavenLocal()jcenter()maven{// All of React Native (JS, Obj-C sources, Android binaries) is installed from npmurl"$rootDir/../node...