react-native
react-native copied to clipboard
RN: Configure `no-string-refs` as Error
Summary:
In a future release of React Native, string refs will no longer be supported. This increases the severity of the no-string-refs lint rule to convey this.
Changelog:
[General][Changed] - no-string-refs is now a lint error
Reviewed By: kassens
Differential Revision: D56826663