Add sharedLibraries to rnpm section of package.json

Now supported by rnpm 1.9.0!
This commit is contained in:
Scott Kyle 2016-06-16 17:49:47 -07:00
parent 7931f1d483
commit 8f3c778b72

View File

@ -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": {