diff --git a/packages/eslint-config-react-native/index.js b/packages/eslint-config-react-native/index.js index 241bbfa09f2c61..0b45754e0ce1ab 100644 --- a/packages/eslint-config-react-native/index.js +++ b/packages/eslint-config-react-native/index.js @@ -315,7 +315,7 @@ module.exports = { 'react/no-string-refs': 2, 'react/no-unknown-property': 0, 'react/no-unstable-nested-components': 1, - 'react/react-in-jsx-scope': 1, + 'react/react-in-jsx-scope': 0, 'react/self-closing-comp': 1, 'react/wrap-multilines': 0,