examples/SafariViewExample/package.json
{
"name": "SafariViewExample",
"version": "0.0.1",
"private": true,
"scripts": {
"postinstall": "rm -rf node_modules/react-native-safari-view/{node_modules,examples}",
"start": "node node_modules/react-native/local-cli/cli.js start"
},
"dependencies": {
"react": "16.0.0-alpha.12",
"react-native": "0.48.4",
"react-native-safari-view": "file:../.."
}
}