Mahmoud Abdelwahab
Mahmoud Abdelwahab

Reputation: 1

I wanna make apk for react native app and there is an error Gradle build failed with unknown error

    implementation 'com.facebook.react:react-native:[0.32,)'

I tried to do this but got the same error:

error

and I update all required dependences and still same error and can't solve it so my some soultions if any one face same error

Upvotes: -1

Views: 55

Answers (1)

Adnan Ashraf
Adnan Ashraf

Reputation: 188

Replace implementation 'com.facebook.react:react-native:[0.32,)' with implementation "com.facebook.react:react-native:+"

Upvotes: 0

Related Questions