mirror of
https://github.com/status-im/react-native-navigation-twopane.git
synced 2025-02-23 06:58:15 +00:00
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"
|
||
|
}
|
||
|
}
|