Skip to content

Commit a02d1f0

Browse files
author
zhanq
committed
example更新
1 parent 3c4fd6e commit a02d1f0

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

example/android/app/src/main/AndroidManifest.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,16 @@
2020
<category android:name="android.intent.category.LAUNCHER" />
2121
</intent-filter>
2222
</activity>
23+
2324
<activity android:name="com.facebook.react.devsupport.DevSettingsActivity" />
2425

26+
<meta-data
27+
android:name="JPUSH_CHANNEL"
28+
android:value="${JPUSH_CHANNEL}" />
29+
<meta-data
30+
android:name="JPUSH_APPKEY"
31+
android:value="${JPUSH_APPKEY}" />
32+
2533
</application>
2634

2735
<uses-permission android:name="android.permission.INTERNET" />

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"test": "jest"
88
},
99
"dependencies": {
10-
"jcore-react-native": "1.6.0",
10+
"jcore-react-native": "1.7.0",
1111
"jpush-react-native": "2.7.5",
1212
"react": "16.8.6",
1313
"react-native": "0.60.5"

0 commit comments

Comments
 (0)