UNPKG

@crossed/sheet

Version:

A Cross Platform(Android & iOS) ActionSheet with a robust and flexible api, native performance and zero dependency code for react native. Create anything you want inside ActionSheet.

66 lines 1.77 kB
{ "name": "@crossed/sheet", "version": "0.12.2", "description": "A Cross Platform(Android & iOS) ActionSheet with a robust and flexible api, native performance and zero dependency code for react native. Create anything you want inside ActionSheet.", "main": "lib/commonjs/index", "types": "lib/typescript/index.d.ts", "module": "lib/module/index", "react-native": "src/index", "source": "src/index", "typings": "lib/typescript/index.d.ts", "repository": { "type": "git", "url": "git+https://github.com/paymium/crossed.git" }, "keywords": [ "bottom-animated", "react-native", "javascript", "actionsheet", "android", "ios", "action-sheet", "bottom-sheet", "bottom-drawer", "dialog", "picker", "modal", "drawer", "raw-bottom-sheet", "bottom-app-bar", "react-native-action-sheet", "react", "native", "action", "sheet", "bottom", "sheet" ], "author": "paymium", "license": "MIT", "bugs": { "url": "https://github.com/paymium/crossed/issues/" }, "homepage": "https://github.com/paymium/crossed", "peerDependencies": { "react-native": "*", "react-native-gesture-handler": "*", "react-native-safe-area-context": "*" }, "devDependencies": { "@shopify/flash-list": "^1.6.3", "@types/react": "^18.3.3", "react": "18.3.1", "react-native": "=0.76.7", "react-native-gesture-handler": "^2.23.1", "react-native-safe-area-context": "5.3.0", "typescript": "5.0.4", "@crossed/build": "^0.5.0" }, "scripts": { "clean": "rm -rf lib", "watch": "crossed-build --watch --project-path ./tsconfig.json", "build": "crossed-build --project-path ./tsconfig.json", "type-check": "tsc --noEmit" } }