Files
react-native-safari-view/examples/SafariViewExample/package.json
Naoufal Kadhom 7eba44eabb Add example
2016-01-09 17:03:43 -05:00

13 lines
259 B
JSON

{
"name": "SafariViewExample",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start"
},
"dependencies": {
"react-native": "0.17.0",
"react-native-safari-view": "../.."
}
}