1.0.4 • Published 6 months ago

rn-splash-effect v1.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
6 months ago
  • 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:

npm.io

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
1.0.4

6 months ago

1.0.3

6 months ago

1.0.2

6 months ago

1.0.1

6 months ago

1.0.0

6 months ago