You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I fixed it by deleting the node_modules folder and yarn.lock file,
then running yarn to reinstall dependencies.
This often clears up any conflicts. Let me know if this helps!
There hasn't been any activity on this issue in the past 3 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 7 days.
Settings file 'D:\Tiofy(All Services)\Tiofy\android\settings.gradle' line: 3 A problem occurred evaluating settings 'android'. > ERROR: autolinkLibrariesFromCommand: process cmd /c npx @react-native-community/cli config exited with error code: 1
Below is my settings.gradle file
pluginManagement { includeBuild("../node_modules/@react-native/gradle-plugin") }
plugins { id("com.facebook.react.settings") }
extensions.configure(com.facebook.react.ReactSettingsExtension){ ex -> ex.autolinkLibrariesFromCommand() }
rootProject.name = 'Tiofy'
include ':app'
includeBuild('../node_modules/@react-native/gradle-plugin')
The text was updated successfully, but these errors were encountered: