Vincent Catillon

Results 28 comments of Vincent Catillon

Hey @doertli , maybe, why not, what is the benefit of implementing an extra lib versus using native APIs exposed by RN ?

I need to check the difference in performances (but it uses native driver and native API), and this version already works with `react-native-web` as you can see in the [demo](https://vincentcatillon.github.io/react-native-confetti-cannon/)...

Hi @shivam0831 , I can't give your tips without any code or informations about your usage of the lib. As it renders all particles at the same time in parallel,...

Hey @MitchEff , Thanks for your interest, every feedback is welcome, so don't worry about it :) Did you tried to change the delay in props to customize confettis apparition...

@MitchEff @kborisov00 the number of confettis used it really important because they are rendered at the same time, but animation uses native animation (exposed by RN btw), and so, I...

Hi @OleksiyTrofimenko can you share more informations to reproduce ? - some code or repository - the version of the lib - the OS version - eventually, the device Thanks...

Hi @subhendukundu, thanks for your kind feedback :) it's a good idea, we could give the assets through a prop called `assets` for example which can be images or svg....

I agree it could be nice for users that want to do that. At this time we got a `Confetti` component that draws a particle (rounded, or squared, automatic width...

The interface i see for this feature looks like: ``` import Emoji from 'react-native-emoji'; const Cannon = () => { const assets = [ , , [...] ]; return (...

yes, and it should not be a dep to the package to be flexible with assets we are using (and not pollute the user project with deps it doesn't need)