-
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
App can't start when add this library (ios < 12). #23
Comments
Hi @hoangsang0109! What RN version are you using? |
I'm also facing a similar issue. App crashes on start when using the library. Any suggestions ? |
Thanks for your feedback @Sendhuraan! |
I'm using IOS 11 and RN version is 0.63.2 and I'm getting the same issue mentioned by @hoangsang0109 |
I'm using RN versions both 0.61.5 and 0.63.3. According to my research: Named capture groups of regex are not supported on version iOS < 11.0.0 (But when I used iOS 11.1 it also crashed). |
@hoangsang0109 thanks for your research! |
@Sendhuraan @hoangsang0109 |
Hi all! |
Hi @dabakovich, I try v2.2.4-1 and �it work very well, thank you so much. |
Just published the v2.2.4 release with the fix. I'm going to close the issue. |
Hi Dabakovich, I am very thankful for this library, but currently I am facing a problem. I can't start project on ios < 12, i have tried research, it seems to be related to regex:
/(?<original>(?<trigger>.)\[(?<name>[^[]*)]\((?<id>[^[]*)\))/gi
Can you help me to solve this problem? Thanks.
This is screenshot (iPhone 6s Plus - 10.3.1):
The text was updated successfully, but these errors were encountered: