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 baf8e35 commit e142b4cCopy full SHA for e142b4c
README.md
@@ -58,11 +58,11 @@ npm install jpush-react-native --save
58
59
```
60
<meta-data
61
- android:name="JPUSH_CHANNEL"
62
- android:value="${JPUSH_CHANNEL}" />
+ android:name="JPUSH_CHANNEL"
+ android:value="${JPUSH_CHANNEL}" />
63
64
- android:name="JPUSH_APPKEY"
65
- android:value="${JPUSH_APPKEY}" />
+ android:name="JPUSH_APPKEY"
+ android:value="${JPUSH_APPKEY}" />
66
67
68
### 2.2 iOS
0 commit comments