cdvntr / react-native-confetti

Raining confetti made with react native animations
MIT License
221 stars 55 forks source link

Confetti falls within the container #12

Open JackThomson2 opened 7 years ago

JackThomson2 commented 7 years ago

The confetti will fall within it's container rather than full screen. Useful if you wish to show within a nested view. You can animate over the full screen as well if it is wrapped in a full screen container

JackThomson2 commented 7 years ago

Also fixed a warning about setting state if the component is unmounted while animating

mgwidmann commented 7 years ago

tried both master and this branch and I am unable to get anything except an empty view to show confetti. Am I doing something wrong or is this not made to nest children within the view?