RN: Resolve Outstanding ESLint Warnings

Summary:
Resolves outstanding ESLint warnings in React Native.

Changelog:
[Internal]

Reviewed By: lunaleaps

Differential Revision: D32291912

fbshipit-source-id: 61337d5a5a0e6ed55f732675e029f4b76d850af9
This commit is contained in:
Tim Yung
2021-11-09 21:46:21 -08:00
committed by Facebook GitHub Bot
parent 9fc3fc83ac
commit 148c98ec80
26 changed files with 94 additions and 101 deletions
@@ -105,7 +105,7 @@ class ScrollViewTestApp extends React.Component<Props, State> {
}
render(): React.Node {
scrollViewApp = this;
scrollViewApp = this; // eslint-disable-line consistent-this
const children = this.state.data.map((item, index) => (
<Item
key={index}
@@ -139,7 +139,7 @@ class HorizontalScrollViewTestApp extends React.Component<Props, State> {
}
render(): React.Node {
scrollViewApp = this;
scrollViewApp = this; // eslint-disable-line consistent-this
const children = this.state.data.map((item, index) => (
<Item
key={index}