./src/screens/HomeScreen.js Line 4:10: 'React' must be in scope when using JSX react/react-in-jsx-scope Line 6:1: Expected an assignment or function call and instead saw an expression code example
Example: Line 7:13: Expected an assignment or function call and instead saw an expression no-unused-expressions
const Button = () => {
return <button>Hello world</button>
}