ldn0x7dc / react-native-view-transformer

A pure JavaScript RN component that makes ANY views transformable using gestures like pinch, double tap or pull.
135 stars 143 forks source link

Text inside transformer becomes pixelated when zoomed #18

Open yongzhi-chen opened 7 years ago

yongzhi-chen commented 7 years ago

Is there any way to handle this nicely? I can change font size in onViewTransformed callback but it breaks the original text ratio regarding the container.

yongzhi-chen commented 7 years ago

Oh because the View of ViewTransformer is using transform style... I solve this by removing the transform style inside ViewTransformer and change children style in onViewTransformed callback