Skip to content

Releases: peacechen/react-native-make-it-rain

1.1.1

22 Apr 18:15
Compare
Choose a tag to compare

Refactor original MakeItRain to use hooks and react-native-reanimated.

v1.0.0 breaking changes

Prop names have been generalized to represent that any type of component can be passed in as the falling pieces. The itemComponent (previously moneyComponent) no longer defaults to an SVG. This allowed for removal of the dependency on react-native-svg. Refer to the Example project for how to pass in an SVG itemComponent.

1.0.0

22 Apr 06:39
Compare
Choose a tag to compare

Add new animation flavor.
Two flavors to choose from: "arrive" (default) or "rain"