18 lines
444 B
JSON
18 lines
444 B
JSON
{
|
|
"name": "react-native-navigation-twopane",
|
|
"version": "0.0.1",
|
|
"description": "Two pane UI navigator for react-navigation",
|
|
"main": "./index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"peerDependencies": {
|
|
"@react-navigation/core": "^3.0.0",
|
|
"@react-navigation/native": "^3.0.0",
|
|
"react": "*",
|
|
"react-native": "*",
|
|
"react-navigation-stack": "~1.4.0"
|
|
}
|
|
}
|