react-native-markdown
react-native-markdown copied to clipboard
Style inheritance could be better
Right now it's difficult to apply styles to some elements because they get overridden. There's no support for an !important
like declaration in React Native styles so I'll have to figure something else out. If anyone has an feedback for that, please leave it here!