Skip to content

Commit 6779671

Browse files
author
zhanq
committed
更新example
1 parent 427cb51 commit 6779671

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
@@ -21,8 +21,16 @@
2121
<category android:name="android.intent.category.LAUNCHER" />
2222
</intent-filter>
2323
</activity>
24+
2425
<activity android:name="com.facebook.react.devsupport.DevSettingsActivity" />
2526

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

2836
<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
"jverification-react-native": "2.3.0",
1212
"react": "16.8.6",
1313
"react-native": "0.60.5"

0 commit comments

Comments
 (0)