rn-splash-effect

1.0.4 • Public • Published
  • 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

Name Type Default
height number
width number
duration number 1000

Package Sidebar

Install

npm i rn-splash-effect

Weekly Downloads

1

Version

1.0.4

License

ISC

Unpacked Size

313 kB

Total Files

6

Last publish

Collaborators

  • shelly_amabr