New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

rn-splash-effect

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rn-splash-effect

Splash effect view to put above buttons or other views.

latest
Source
npmnpm
Version
1.0.4
Version published
Maintainers
1
Created
Source
  • A dynamic Splash effect view to put above buttons or other views.

  • It comes with a built-in TypeScript typings and is compatible with all popular JavaScript frameworks. You can use it directly or leverage well-maintained wrapper packages that allow for a more native integration with your frameworks of choice.

Example:

How to use:

  • remember to put overflow: "hidden" on the outher view.

<TouchableOpacity style={{width:100, height:100, overflow: "hidden",}}>
<Splash width={100} height={100} />
</>

props

NameTypeDefault
heightnumber
widthnumber
durationnumber1000

Keywords

splash

FAQs

Package last updated on 17 Nov 2023

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