mirror of
https://github.com/status-im/react-native-webview-bridge.git
synced 2026-08-31 05:11:12 +00:00
13 lines
245 B
JSON
13 lines
245 B
JSON
{
|
|
"name": "Sample1",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "node_modules/react-native/packager/packager.sh"
|
|
},
|
|
"dependencies": {
|
|
"react-native": "0.10.0",
|
|
"react-native-webview-bridge": "../.."
|
|
}
|
|
}
|