New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

rn-faded-flatlist

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rn-faded-flatlist

A simple and customizable React Native component that allows you to add fade effect in FlatView at both ends.

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

rn-faded-scrollview

A simple and customisable React Native component that allows you to add fade effect in FlatList at both ends. Based on rn-faded-scrollview.

Vertical ScrollHorizontal Scroll

Installation

This library relies on react-native-linear-gradient. Follow setup instructions of linear gradient.

And now finally run in your project directory.

npm install rn-faded-flatlist

OR

yarn add rn-faded-flatlist

Documentation

This library accepts all the props of FlatList and some additional props.

Props

NameDescriptionDefaultType
allowStartFadeAdd fade at the start of ScrollViewfalseBoolean
allowEndFadeAdd fade at the end of ScrollViewtrueBoolean
fadeSizeFade size i.e( width incase of horizontal and height incase of vertical ScrollView)20Number
fadeColorsColors for fade effect['rgba(229, 229, 229, 0.18)', 'rgba(206, 201, 201, 0.6)', 'rgba(206, 201, 201, 0.9)']Array
scrollThresholdThreshold to control fade hide/show when it reaches start or end10Number
allowDividerAllow divider at fade end.falseBoolean.
isRtlFor RTL LayoutsfalseBoolean.

Styling

For styling pass these props.

containerStyle, startFadeStyle, endFadeStyle and dividerStyle.

Events

NameCallback paramDescription
isCloseToEndBooleanif scroll is close to end or not.
isCloseToStartBooleanif scroll is close to start or not.

Keywords

FAQs

Package last updated on 03 Nov 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc