mirror of
https://github.com/status-im/react-native-webview-bridge.git
synced 2026-08-31 21:31:06 +00:00
13 lines
258 B
JSON
13 lines
258 B
JSON
{
|
|
"name": "WebViewBridgeExample",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "node_modules/react-native/packager/packager.sh"
|
|
},
|
|
"dependencies": {
|
|
"react-native": "^0.5.0",
|
|
"react-native-webview-bridge": "0.1.0"
|
|
}
|
|
}
|