UNPKG

expo-faded-scrollview

Version:

A simple and customizable Expo component that allows you to add fade effect in ScrollView at both ends. Based on rn-faded-scrollview.

41 lines 1.08 kB
{ "name": "expo-faded-scrollview", "version": "1.0.11", "description": "A simple and customizable Expo component that allows you to add fade effect in ScrollView at both ends. Based on rn-faded-scrollview.", "main": "src/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/200even/rn-faded-scrollview.git" }, "keywords": [ "react-native", "scrollview", "scrollview faded", "faded scrollview", "fadedscrollview", "faded", "rn-faded-scrollview", "expo-faded-scrollview", "fade", "effects" ], "authors": "Scott Ferguson", "contributors": [ "Malik Abdul Kawee" ], "license": "MIT", "bugs": { "url": "https://github.com/200even/expo-faded-scrollview/issues" }, "homepage": "https://github.com/200even/expo-faded-scrollview#readme", "peerDependencies": { "expo-linear-gradient": "~8.2.1" }, "dependencies": {}, "devDependencies": { "metro-react-native-babel-preset": "^0.59.0" } }