react-native-circular-progress-indicator icon indicating copy to clipboard operation
react-native-circular-progress-indicator copied to clipboard

Feature/animateable text

Open quocluongha opened this issue 1 year ago • 0 comments

The original Animated TextInput is causing flickering when animating (Eg: moving value from 0 to 10 will cause 10 to be truncated). I decided to migrate to react-native-animateable-text for better text rendering performance.

I also upgraded to Reanimated 3 and React Native 0.76. You should consider implement a backward compatible version since this changes will requires React Native >=0.76

This is using Animated TextInput:

https://github.com/user-attachments/assets/9fb2da70-1501-4146-b697-df005c46d269

This is using Animateable Text:

https://github.com/user-attachments/assets/5b9050fe-316c-417e-8b98-95edfaff6036

quocluongha avatar Oct 30 '24 20:10 quocluongha