mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-13 17:47:32 +08:00
* feat: add material top tab integration * feat: add a prop to specify options for all screens
24 lines
558 B
JSON
24 lines
558 B
JSON
{
|
|
"name": "@navigation-ex/material-top-tabs",
|
|
"version": "0.0.1",
|
|
"main": "src/index",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@navigation-ex/core": "^0.0.1",
|
|
"@navigation-ex/routers": "^0.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^16.8.24",
|
|
"@types/react-native": "^0.60.2",
|
|
"react": "16.8.3",
|
|
"react-native": "^0.59.8",
|
|
"react-native-tab-view": "^2.10.0",
|
|
"react-native-reanimated": "^1.1.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "*",
|
|
"react-native": "*",
|
|
"react-native-tab-view": "^2.10.0"
|
|
}
|
|
}
|