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