mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-11 06:46:03 +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"
|
"postlink": "node_modules/realm/scripts/rnpm-postlink.js"
|
||||||
},
|
},
|
||||||
"ios": {
|
"ios": {
|
||||||
"project": "react-native/ios/RealmReact.xcodeproj"
|
"project": "react-native/ios/RealmReact.xcodeproj",
|
||||||
|
"sharedLibraries": ["libc++", "libz"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user