We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have this simple markdown:
This breaks in Android (using v1.1.0), with the following error:
Nesting of <View> withing <Text> is not supported on Android
The text was updated successfully, but these errors were encountered:
Same problems
Sorry, something went wrong.
Can be solved using View instead of Text at https://github.com/CharlesMangwa/react-native-simple-markdown/blob/next/src/rules.js#L177
const listItemText = createElement(View, ...)
You can pass your own rules and temp fix it yourself if really needed.
@jp7carlos Thanks, can't a fix be permanent in the package so that we do not have to write these custom rules? Thanks again.
@afilp I'm not a contributor, just someone who had the same problem ;)
No branches or pull requests
I have this simple markdown:
This breaks in Android (using v1.1.0), with the following error:
Nesting of <View> withing <Text> is not supported on Android
The text was updated successfully, but these errors were encountered: