These ESLint errors happen with components imported from React Native Paper imports since Expo upgrade from SDK 43 to 45. The project is able to run though.
import { Button } from 'react-native-paper';
There seem to be no ESLint errors in the import.
Any ideas?