UNPKG

react-native-beauty-tabs

Version:

A customizable and animated tab component for React Native with beautiful sliding indicators and swipeable content.

59 lines (58 loc) 1.33 kB
{ "name": "react-native-beauty-tabs", "version": "0.0.1", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "prepare": "npm run build" }, "author": "Naem Nizam", "license": "ISC", "description": "A customizable and animated tab component for React Native with beautiful sliding indicators and swipeable content.", "peerDependencies": { "expo": "*", "react": "*", "react-native": "*", "typescript": "^5.3.3" }, "repository": { "type": "git", "url": "https://github.com/nizamuddin15bd" }, "keywords": [ "react-native", "expo", "tabs", "tab-view", "react-native-beauty-tabs", "react-native-animated-tab", "react-native-animated-tabs", "react-native-custom-tabs", "react-native-tabs", "react-native-tab-bar", "animated-tabs", "react-native-ui", "mobile-ui", "react-native-components", "tab-navigation", "react-native-expo-tabs", "expo-tabs", "custom-tabs", "animated-tabes", "custom-tabs", "beautiful-tabs", "react-native-animation", "swipeable-tabs" ], "devDependencies": { "@types/react": "^18.3.20", "@types/react-native": "^0.72.8", "typescript": "^5.3.3" }, "files": [ "dist", "Screenshot.png", "README.md" ] }