mirror of
https://github.com/zhigang1992/react-native-paper.git
synced 2026-06-11 00:08:51 +08:00
18 lines
531 B
JSON
18 lines
531 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": "^2.0.0",
|
|
"@exponent/vector-icons": "^2.0.3",
|
|
"exponent": "^11.0.2",
|
|
"react": "~15.3.2",
|
|
"react-native": "github:exponentjs/react-native#sdk-11.0.3",
|
|
"react-native-paper": "file:../",
|
|
"react-native-vector-icons": "git+https://github.com/exponentjs/react-native-vector-icons.git"
|
|
}
|
|
}
|