react-native-tooltip/Example/package.json
Jean-Richard Lai 760055048f Add Example
2016-02-03 16:09:46 -08:00

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:../"
}
}