mirror of
https://github.com/zhigang1992/react-native-paper.git
synced 2026-06-11 00:08:51 +08:00
17 lines
431 B
JSON
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:../"
|
|
}
|
|
}
|