UNPKG

@toggled-apps/react-native-collapsible-scroll

Version:

This react native module is intended to provide a beautifully animated collapsible scroll view which you can customise and use in your own projects.

50 lines (49 loc) 1.38 kB
{ "name": "@toggled-apps/react-native-collapsible-scroll", "version": "1.0.2", "description": "This react native module is intended to provide a beautifully animated collapsible scroll view which you can customise and use in your own projects.", "main": "App.tsx", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/toggled-apps/react-native-collapsible-scroll.git" }, "keywords": [ "collapsible", "App", "ios", "android", "react-component", "react-native", "scrollview", "Animation", "Reanimated" ], "author": "Toggled Apps", "license": "MIT", "bugs": { "url": "https://github.com/toggled-apps/react-native-collapsible-scroll/issues" }, "homepage": "https://github.com/toggled-apps/react-native-collapsible-scroll", "peerDependencies": { "react": "17.0.1", "react-native": "0.63.4" }, "devDependencies": { "@types/jest": "^26.0.19", "@types/react": "^17.0.0", "@types/react-native": "^0.63.40", "@types/react-test-renderer": "^17.0.0", "metro-react-native-babel-preset": "^0.64.0", "typescript": "^4.1.3" }, "dependencies": { "react-native-gesture-handler": "^1.9.0", "react-native-reanimated": "2.0.0-rc.0" }, "directories": { "example": "examples" } }