anchorchat / anchor-ui-native

https://anchorchat.github.io/anchor-ui-native/
MIT License
2 stars 0 forks source link

Replaced eslint-disable-line with eslint-disable for max-len #203

Closed peterkuiper closed 5 years ago

peterkuiper commented 5 years ago

The extra space before {/* eslint-disable-line max-len */} was causing an Invariant Violation when using a newer version of React Native. See https://github.com/facebook/react-native/issues/20084 for a complete discussion.