A simple and customizable React Native component that allows you to add fade effect in ScrollView at both ends.
npm install react-native-faded-scrollview
import { multiply } from "react-native-faded-scrollview";
// ...
const result = await multiply(3, 7);
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT