Cannot resolve symbol 'PackageList'
I am getting this error once I open the android folder in my newly generated react-native project.
The steps to recreate it for me is to make the expo project: expo init my-app
Then eject the project: Expo eject
And then I go into the android folder and open android\app\src\main\java\Android\Screen\MainActivity.java
and I get the bug.
any help would be much appreciated.Image of error in the android studio