13 lines
214 B
JSON
13 lines
214 B
JSON
{
|
|
"name": "Example",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "react-native start"
|
|
},
|
|
"dependencies": {
|
|
"react-native": "^0.17.0",
|
|
"react-native-tooltip": "file:../"
|
|
}
|
|
}
|