Skip to content

1.1.1

Latest
Compare
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.