Benjamin-Dobell / react-native-markdown-view

MarkdownView for React Native
MIT License
190 stars 77 forks source link

Pass props to <Text/> components #36

Open samueljmurray opened 5 years ago

samueljmurray commented 5 years ago

Currently it isn't possible to pass props through to <Text/> components, which means it isn't possible to configure options like allowFontScaling and 'minimumFontScale`.

I've created a pull request for this: https://github.com/Benjamin-Dobell/react-native-markdown-view/pull/35

AdamGerthel commented 4 years ago

I'm looking for this functionality as well. Any chance of getting this merged?