mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-10 22:36:01 +00:00
Add sharedLibraries to rnpm section of package.json
Now supported by rnpm 1.9.0!
This commit is contained in:
parent
7931f1d483
commit
8f3c778b72
@ -66,7 +66,8 @@
|
||||
"postlink": "node_modules/realm/scripts/rnpm-postlink.js"
|
||||
},
|
||||
"ios": {
|
||||
"project": "react-native/ios/RealmReact.xcodeproj"
|
||||
"project": "react-native/ios/RealmReact.xcodeproj",
|
||||
"sharedLibraries": ["libc++", "libz"]
|
||||
}
|
||||
},
|
||||
"engines": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user