{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "native-optional-gorhom-bottom-sheet", "type": "registry:lib", "title": "Gorhom Bottom Sheet", "description": "Gorhom Bottom Sheet from @pitsi-ui/native for native projects.", "dependencies": [ "@gorhom/bottom-sheet@^5.2.8" ], "registryDependencies": [], "files": [ { "path": "registry/native-ui/src/optional/gorhom-bottom-sheet.ts", "content": "let GorhomBottomSheetPackage: any;\n\ntry {\n GorhomBottomSheetPackage = require(\"@gorhom/bottom-sheet\");\n} catch (_error) {\n /* @gorhom/bottom-sheet is an optional peer dependency */\n}\n\nexport default GorhomBottomSheetPackage;\n", "type": "registry:lib", "target": "@components/pitsi-ui/native-ui/src/optional/gorhom-bottom-sheet.ts" } ], "categories": [ "native", "react-native", "optional" ], "meta": { "package": "@pitsi-ui/native", "packageSlug": "native-ui", "platform": "native" } }