mirror of
https://github.com/status-im/react-native-webview-bridge.git
synced 2026-08-27 19:31:07 +00:00
13 lines
255 B
JSON
13 lines
255 B
JSON
{
|
|
"name": "SampleRN20",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "node node_modules/react-native/local-cli/cli.js start"
|
|
},
|
|
"dependencies": {
|
|
"react-native": "0.20.0",
|
|
"react-native-webview-bridge": "../.."
|
|
}
|
|
}
|