viewstools / morph

Views Tools morpher
1 stars 0 forks source link

fix: wrap TextInput in animated if necessary #281

Closed alex-vladut closed 2 years ago

alex-vladut commented 2 years ago

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.