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
Preconditions: Platform: Android
Platform: Android
"react-native": "^0.61.5" "react-native-parsed-text": "^0.0.22",
issue:
code: <TextInput> <ParsedText style={{}} parse={ [ { pattern: /((@)\[([^[]*)\]\((([\d\w-]*))\))/giu, style: themedStyle.txtMention, renderText: (str, matches) => matches[3], }, ] } childrenProps={{ allowFontScaling: false }} > {commentTextFormatted} </ParsedText> </TextInput>
code:
<TextInput> <ParsedText style={{}} parse={ [ { pattern: /((@)\[([^[]*)\]\((([\d\w-]*))\))/giu, style: themedStyle.txtMention, renderText: (str, matches) => matches[3], }, ] } childrenProps={{ allowFontScaling: false }} > {commentTextFormatted} </ParsedText> </TextInput>
matches's result example:
Actual result:
renderText's style does not work after adding any character
Expected result:
Keep renderText's style after adding any character
Help me, please!
The text was updated successfully, but these errors were encountered:
same issue :(
Sorry, something went wrong.
found anything ?
No branches or pull requests
Preconditions:
Platform: Android
issue:
Actual result:
Expected result:
Help me, please!
5771505214108783026.mp4
The text was updated successfully, but these errors were encountered: