vault-development / react-native-svg-uri

Render SVG images in React Native from an URL or static file
850 stars 334 forks source link

fix Text tag show incorrect #147

Open ethanyou725 opened 5 years ago

ethanyou725 commented 5 years ago

The method trimElementChildren (where is the trim without parenthesis) do not make Text show correct, with add transform to COMMON_ATTS make things right. This project seems to be no longer maintained, so I have to hack this project to our company private npm. 😂

nesc58 commented 5 years ago

Also fixed in #100 This repo seems really dead

ethanyou725 commented 5 years ago

I fork this repository and add some pr