If a node is animated, but the component is not wrapped into react-spring's animated method it throws an error that a freezing object cannot be updated. As I found out I think we didn't apply this change for the TextInpur RN component, it's only applied for Text one.
If a node is animated, but the component is not wrapped into react-spring's
animated
method it throws an error that a freezing object cannot be updated. As I found out I think we didn't apply this change for the TextInpur RN component, it's only applied for Text one.