-
Notifications
You must be signed in to change notification settings - Fork 77
Open
Description
Hey, I'm getting a warning when using ~~some text like that~~
react-native-markdown/rules.js
Lines 48 to 52 in e93b51b
| del: { | |
| react: function(node, output, state) { | |
| state.withinText = true; | |
| return React.createElement(Text, { | |
| key: state.key, |
react-native-markdown/Markdown.js
Lines 15 to 16 in e93b51b
| del: { | |
| containerBackgroundColor: '#222222' |
Metadata
Metadata
Assignees
Labels
No labels