mirror of
https://github.com/zhigang1992/react-native-paper.git
synced 2026-06-15 02:19:24 +08:00
15 lines
350 B
JSON
15 lines
350 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": "^10.0.4",
|
|
"react": "~15.3.2",
|
|
"react-native": "github:exponentjs/react-native#sdk-10.1.2",
|
|
"react-native-paper": "file:../"
|
|
}
|
|
}
|