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

38 Views Asked by At
    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

1

There are 1 best solutions below

0
On

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