Resolving the Expo Module Gradle Plugin Issue in React Native

Tiempo de lectura: < 1 minuto

Hoy vamos a aprender a solucionar el error de React Native:

Plugin [id: 'expo-module-gradle-plugin'] was not found in any of the following sources

This error occurs because one of the libraries is incompatible with the current version.

To solve it, we need to execute:

npm install --check

You need to update the indicated libraries.

Leave a Comment