react-native-custom-navigation-tabs
Version:
Custom bottom navigation tabs for react native
35 lines (34 loc) • 884 B
JSON
{
"name": "react-native-custom-navigation-tabs",
"version": "3.0.1",
"description": "Custom bottom navigation tabs for react native",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kuldeepsingh93/react-native-custom-navigation-tabs.git"
},
"keywords": [
"react",
"native",
"navigation",
"animated",
"navigator",
"tabs",
"custom"
],
"author": "Kuldeep Singh",
"license": "ISC",
"bugs": {
"url": "https://github.com/kuldeepsingh93/react-native-custom-navigation-tabs/issues"
},
"homepage": "https://github.com/kuldeepsingh93/react-native-custom-navigation-tabs#readme",
"devDependencies": {
"metro-react-native-babel-preset": "^0.58.0"
},
"dependencies": {
"react-native-pose": "^0.9.1"
}
}