-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
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
Bug: android on hermes #37
Labels
bug
Something isn't working
Comments
Thanks for your feedback! |
thanks, I will check it tomorrow. |
done. it works. I'm closing it. |
Just published the v2.2.4 release with the fix. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
on android with Hermes, there is a problem with regex
SyntaxError: 268576:22:Invalid regular expression: Quantifier has nothing to repeat, js engine: Hermes
because Hermes doesn't support named capture groups yet facebook/hermes#89
and as I see you are using it here:
react-native-controlled-mentions/src/utils/utils.ts
Line 7 in c437494
The text was updated successfully, but these errors were encountered: