UNPKG
react-native-map-linking
Version:
latest (1.0.1)
1.0.1
1.0.0
Linking to map for React Native
github.com/starlight36/react-native-map-linking
react-native-map-linking
/
example
/
package.json
14 lines
(13 loc)
•
271 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"name"
:
"Example"
,
"version"
:
"0.0.1"
,
"private"
:
true
,
"scripts"
:
{
"start"
:
"node node_modules/react-native/local-cli/cli.js start"
}
,
"dependencies"
:
{
"react"
:
"15.1.0"
,
"react-native"
:
"^0.28.0"
,
"react-native-map-linking"
:
"../"
}
}