Issue
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?
Solution
None of the answers solve the problem, I have this issue too with other libraries
Answered By - fristyr

0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.