@faroosm/react-native-custom-tabs
Version:
Custom react-native tabs developed using expo
37 lines (36 loc) • 985 B
JSON
{
"name": "@faroosm/react-native-custom-tabs",
"version": "1.0.2",
"description": "Custom react-native tabs developed using expo",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Mohamed-Faroos/react-native-custom-tabs.git"
},
"keywords": [
"expo-router",
"expo-tab-navigation",
"expo-custom-navigation",
"react-native-tabs",
"react-navigation-tabs"
],
"author": "Mohamed Faroos",
"license": "ISC",
"bugs": {
"url": "https://github.com/Mohamed-Faroos/react-native-custom-tabs/issues"
},
"homepage": "https://github.com/Mohamed-Faroos/react-native-custom-tabs#readme",
"dependencies": {
"expo": ">=53.0.15",
"expo-router": ">=5.1.2",
"react": ">=18.2.0",
"react-native": ">=0.74.5",
"typescript": ">=5.8.3"
}
}