Skip to content

Commit d59a458

Browse files
committed
update package
1 parent dde1d9d commit d59a458

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

package.json

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jmessage-react-plugin",
3-
"version": "1.0.2",
3+
"version": "2.0.0-beta",
44
"description": "a jmessage plugin for react native application",
55
"main": "index.js",
66
"repository": {
@@ -17,5 +17,29 @@
1717
"bugs": {
1818
"url": "https://github.com/jpush/jmessage-react-plugin/issues"
1919
},
20+
"peerDependencies": {
21+
"jcore-react-native": ">= 1.1.8"
22+
},
23+
"rnpm": {
24+
"ios": {
25+
"sharedLibraries": [
26+
"libz",
27+
"UserNotifications",
28+
"CoreTelephony",
29+
"Security",
30+
"CFNetwork",
31+
"CoreFoundation",
32+
"SystemConfiguration",
33+
"Foundation",
34+
"UIKit",
35+
"libresolv",
36+
"CoreGraphics",
37+
"CoreAudio",
38+
"AudioToolbox",
39+
"MobileCoreServices",
40+
"libsqlite3.0"
41+
]
42+
}
43+
},
2044
"homepage": "https://github.com/jpush/jmessage-react-plugin#readme"
2145
}

0 commit comments

Comments
 (0)