Files
react-navigation/packages/material-top-tabs/package.json
Satyajit Sahoo 217f15d925 feat: add a prop to specify options for all screens (#47)
* feat: add material top tab integration

* feat: add a prop to specify options for all screens
2019-08-07 21:24:12 +01:00

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"
}
}