We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb7c67d commit 7ec953dCopy full SHA for 7ec953d
README.md
@@ -49,6 +49,15 @@ $(SRCROOT)/../node_modules/jpush-react-native/ios/RCTJPushModule
49
implementation "com.facebook.react:react-native:+" // From node_modules
50
}
51
```
52
+ 同时在AndridManifest.xml中添加如下代码
53
+ ```
54
+ <meta-data
55
+ android:name="JPUSH_CHANNEL"
56
+ android:value="${JPUSH_CHANNEL}" />
57
58
+ android:name="JPUSH_APPKEY"
59
+ android:value="${JPUSH_APPKEY}" />
60
61
62
- 修改setting.gradle配置:
63
0 commit comments