We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dde1d9d commit d59a458Copy full SHA for d59a458
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "jmessage-react-plugin",
3
- "version": "1.0.2",
+ "version": "2.0.0-beta",
4
"description": "a jmessage plugin for react native application",
5
"main": "index.js",
6
"repository": {
@@ -17,5 +17,29 @@
17
"bugs": {
18
"url": "https://github.com/jpush/jmessage-react-plugin/issues"
19
},
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
44
"homepage": "https://github.com/jpush/jmessage-react-plugin#readme"
45
}
0 commit comments