Jules Sam. Randolph

Results 99 comments of Jules Sam. Randolph

@Slapbox thanks for raising this! Hard to investigate without a reproduction, though. You mind sharing an HTML snippet you're trying to render?

@rikinshah23 please provide a reproducible example; this example relies on unknown props.

@oferRounds @obiwankenoobi You may try this snippet in AST explorer using htmlparser2 (used by this library) here: https://astexplorer.net/#/2AmVrGuGVJ You will notice the attributes include quotes, so the URL is evaluated...

@MicahDavid can't guarantee it will fix it but `classesStyles` does not expects `StyleSheet.create` styles, but rather a plain object.

I don't have bandwidth to work on this library now, unfortunately, so I can't commit to "when" I'll work on it...

We should definitely support LH tag properly. Reopening to track this effort

If only reproducible on iOS, likely a problem with React Native rather than this library. Have you tried to nest `Text` with different font families in vanilla React Native?

@Pujan92 > It is happening only for Android. That's clearly a hint that the bug is with React Native; strongly reminds me of this one: https://github.com/facebook/react-native/issues/31826 You may want to...