viewstools / morph

Views Tools morpher
1 stars 0 forks source link

fix: ignore react native invalid props from dynamic styles #271

Closed alex-vladut closed 3 years ago

alex-vladut commented 3 years ago

I fixed it to also apply the filter on the dynamic styles as it didn't work as expected on the Info component from the DS:

Info View
  Info Text
  ...

  textOverflow < ellipsis

Also I changed the check to make use of node.name as in this case the node.is was Info and it wouldn't apply this rule. Let me know if you think it makes sense or I may have missed something.