You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also created an issue on the lib side to see if we can update this regexp, if it is hard to solve on an engine level. StefanTerdell/zod-to-json-schema#129
The text was updated successfully, but these errors were encountered:
Hey @Albert-Gao, that feature has been implemented in trunk in #1295, but isn't yet in the latest version of React Native. It should work when the next version of RN becomes available.
Note that if you are using the babel transform, you will need to write your RegExp in the style /^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$/u, instead of invoking new RegExp
Bug Description
a regexp from a library zod-to-json-schema triggers this error on Hermes.
Steps To Reproduce
a repo to reproduce it.
https://github.com/Albert-Gao/rn-invalid-regexp
The Expected Behavior
It should work. (Works on JSC)
More
Is it related to this?
#1027
Also created an issue on the lib side to see if we can update this regexp, if it is hard to solve on an engine level.
StefanTerdell/zod-to-json-schema#129
The text was updated successfully, but these errors were encountered: