mirror of
https://github.com/zhigang1992/react-native-google-place-picker.git
synced 2026-01-12 22:50:27 +08:00
14 lines
278 B
JSON
14 lines
278 B
JSON
{
|
|
"name": "example",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "node node_modules/react-native/local-cli/cli.js start"
|
|
},
|
|
"dependencies": {
|
|
"react": "15.3.1",
|
|
"react-native": "0.32.1",
|
|
"react-native-google-place-picker": "../"
|
|
}
|
|
}
|