kiwicom / mobile

:calling: Kiwi.com mobile app written in React Native
https://www.kiwi.com/en/
MIT License
140 stars 33 forks source link

Evaluate necessity to disable `prefer-named-capture-group` #1665

Closed RobinCsl closed 5 years ago

RobinCsl commented 5 years ago

This causes runtime errors on iOS < 12:

Fatal Exception: RCTFatalException: Unhandled JS Exception: Invalid regular expression: unrecognized character after (?

So we might fall into this category: https://eslint.org/docs/rules/prefer-named-capture-group#when-not-to-use-it

Files to check should be:

tbergquist-godaddy commented 5 years ago

We might just need to add some babel-plugin.

RobinCsl commented 5 years ago

Or that :-)