react-native-waveview icon indicating copy to clipboard operation
react-native-waveview copied to clipboard

WaveView for React-Native

Results 10 react-native-waveview issues
Sort by recently updated
recently updated
newest added

Can you show full example code to apply this library? Im so confuse with the object waveRect.

![image](https://user-images.githubusercontent.com/20673060/116024472-dbe25500-a680-11eb-9bc7-60e7e0406e45.png)

I'm trying to animate the height of the wave but nothing happens. In the snack example below, as the number increases in the circular progress, I also want the height...

This fixes the problem of changing waves speed using setState during runtime

It's good only if I call setWaterHeightfunction in ref callback. ``` wave && wave.setWaterHeight(150 * score / scoreTotal)} style={{ width: 150, aspectRatio: 1, overflow: 'hidden', backgroundColor: '#FEB25780', borderRadius: 75 }}...

I noticed very poor rendering performance with `setWaterHeight` while rendered. On the simulator it updates smoothly, however on the actual device it's not smooth at all.

Hello, I would like to know if it is possible to change the wave's movement direction? Left to Right instead of Right to left Thank you

# v2.0.0 PLAN - 🎨 Redesign component - ✅ + ⚡️ Wave + ✨ WaveBackground + ✨ Tide - 🏷 Written in typescript - ✅ - 📝 Document / API...

Hi there, I'm new to react native, what I want to do in my project is I would like to make the button with a background of water wave, is...

Hello there, I've been using your library in my project and wanted my waves to animate in the other direction. I've added a `direction`-property to be able to control this...