Releases: peacechen/react-native-make-it-rain
Releases · peacechen/react-native-make-it-rain
1.1.1
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.