Files
react-native-paper/example/package.json
Satyajit Sahoo 9ddb159f7d Setup example app
2016-10-24 03:43:56 +05:30

17 lines
431 B
JSON

{
"name": "react-native-paper-example",
"version": "0.0.1",
"description": "Example for React Native Paper",
"author": "",
"private": true,
"main": "main.js",
"dependencies": {
"@exponent/ex-navigation": "^1.7.0",
"@exponent/vector-icons": "^1.0.4",
"exponent": "^10.0.4",
"react": "~15.3.2",
"react-native": "github:exponentjs/react-native#sdk-10.1.2",
"react-native-paper": "file:../"
}
}