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
The only way to performantly render a SharedValue string is by using an Animated TextInput. Needless to say, TextInputs are in React Native are the devil, and it would be great if Reanimated offered a way to extend the regular Text component to accept text/content as animatedProps.
There is a third-party package (react-native-animateable-text) that does exactly this, but it seems to be mostly made for in-house use and isn't well maintained, nor does it work with RN 0.8. It would make sense for Reanimated to include this out of the box.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hey all!
The only way to performantly render a SharedValue string is by using an Animated TextInput. Needless to say, TextInputs are in React Native are the devil, and it would be great if Reanimated offered a way to extend the regular Text component to accept text/content as animatedProps.
There is a third-party package (react-native-animateable-text) that does exactly this, but it seems to be mostly made for in-house use and isn't well maintained, nor does it work with RN 0.8. It would make sense for Reanimated to include this out of the box.
Beta Was this translation helpful? Give feedback.
All reactions