hi i have a probleme with testing my react native app, this morning it works fine , but when i test it now i get this error:
Could not resolve all files for
Older versions of react-native-vector-icons appear to be referencing a version of the Android Gradle Plugin that recently stopped being available.
Updating your version should fix the problem. You can do this per the react-native-vector-icons installation instructions with:
npm install react-native-vector-icons --save
or if you use yarn:
yarn add react-native-vector-icons