-1
    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

shadowsheep
  • 14,048
  • 3
  • 67
  • 77

1 Answers1

0

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

Adnan Ashraf
  • 111
  • 8