Skip to content

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

Release list

1.1.1

Choose a tag to compare

@peacechen peacechen released this 22 Apr 18:15

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

Choose a tag to compare

@peacechen peacechen released this 22 Apr 06:39

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