react-native-markdown
react-native-markdown copied to clipboard
Markdown component for React Native
when user warning .Text cant have any children except text image
Hey, I'm getting a warning when using `~~some text like that~~` https://github.com/lwansbrough/react-native-markdown/blob/e93b51bad3430fedc2b1fb0ba9e780882b1adff6/rules.js#L48-L52 https://github.com/lwansbrough/react-native-markdown/blob/e93b51bad3430fedc2b1fb0ba9e780882b1adff6/Markdown.js#L15-L16
There's a potential for application crashing if the Markdown code produces a structure like the following: ``` jsx ``` I've implemented a state property `withinText` (bool) which can be used...
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...
RCTJSLog> "Error: stack: Markdown_componentWillMount index.ios.bundle:38986 mountComponent index.ios.bundle:16092 ReactCompositeComponent_mountComponent index.ios.bundle:4909 mountComponent index.ios.bundle:4978 mountChildren index.ios.bundle:19656 initializeChildren index.ios.bundle:17969 mountComponent index.ios.bundle:18123 mountComponent index.ios.bundle:4978 mountComponent index.ios.bundle:16110 ReactCompositeComponent_mountComponent index.ios.bundle:4909 mountComponent index.ios.bundle:4978 mountChildren index.ios.bundle:19656 initializeChildren index.ios.bundle:17969 mountComponent...