You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using this library the first time in my react native application. I have implemented some components of this library on one screen .i.e. Autocomplete, date picker, select, radio and checkbox. On idle state, the JS FPS is 60 but when I use any of the components the FPS drops to 25-30. I request you to please improve it by implementing the latest reanimated 2 libraries for smooth UI.
Motivation
I really like the components and documentation that you have provided for it but I dislike its performance for native devices. It is not smooth. As I have used reanimated as well as animated API with native driver and implemented a lot of animations of one screen but didn't drop JS FPS and the animation and clicking are so smooth. So that's why I recommend you to please work on it. Thank you
Example
For example, for toggle, you can use reanimated 2 API with the native driver. So that it will use UI thread not the JS thread to make the UI smooth.
The text was updated successfully, but these errors were encountered:
🚀 Feature Proposal
I'm using this library the first time in my react native application. I have implemented some components of this library on one screen .i.e. Autocomplete, date picker, select, radio and checkbox. On idle state, the JS FPS is 60 but when I use any of the components the FPS drops to 25-30. I request you to please improve it by implementing the latest reanimated 2 libraries for smooth UI.
Motivation
I really like the components and documentation that you have provided for it but I dislike its performance for native devices. It is not smooth. As I have used reanimated as well as animated API with native driver and implemented a lot of animations of one screen but didn't drop JS FPS and the animation and clicking are so smooth. So that's why I recommend you to please work on it. Thank you
Example
For example, for toggle, you can use reanimated 2 API with the native driver. So that it will use UI thread not the JS thread to make the UI smooth.
The text was updated successfully, but these errors were encountered: