react-native-expo-bottomsheet
Version:
A lightWeight and customizeble bottom sheet components for React Native Expo support. Includes Smooth animation
48 lines (47 loc) • 1.1 kB
JSON
{
"name": "react-native-expo-bottomsheet",
"version": "0.0.1",
"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",
"peerDependencies": {
"react": "*",
"react-native": "*",
"expo": "*",
"typescript": "^5.3.3"
},
"repository": {
"type": "git",
"url": "https://github.com/nizamuddin15bd"
},
"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"
],
"devDependencies": {
"@types/react": "^18.0.0",
"@types/react-native": "^0.72.0",
"typescript": "^5.3.3"
}
}