ldn0x7dc/react-native-view-transformer

Text inside transformer becomes pixelated when zoomed

yongzhi-chen opened this issue · 1 comments

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.

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