UNPKG

react-native-expo-bottomsheet

Version:

A lightWeight and customizeble bottom sheet components for React Native Expo support. Includes Smooth animation

62 lines (61 loc) 1.34 kB
{ "name": "react-native-expo-bottomsheet", "version": "1.0.3", "description": "A lightWeight and customizeble bottom sheet components for React Native Expo support. Includes Smooth animation", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "prepare": "npm run build" }, "author": "Naem Nizam", "license": "ISC", "dependencies": { "react-native-reanimated": "*", "react-native-svg": "*" }, "peerDependenciesMeta": { "expo": { "optional": true }, "react": { "optional": true }, "react-native": { "optional": true }, "typescript": { "optional": true }, "react-native-reanimated": { "optional": true }, "react-native-svg": { "optional": true } }, "keywords": [ "react-native", "expo", "bottomsheet", "bottom-sheet", "bottom-sheet-component", "react-native-expo-bottomsheet", "modal", "action-sheet", "customizable", "animation", "react-native-modal", "expo-bottomsheet", "react-native-bottomsheet", "ui-components", "mobile-ui", "react-native-ui", "native-bottomsheet" ], "repository": { "type": "git", "url": "https://github.com/nizamuddin15bd" }, "homepage": "https://github.com/nizamuddin15bd" }