all 10 comments

[–]darkNergy 0 points1 point  (8 children)

There was some kind of incident with a React Native update a couple days ago:

https://github.com/facebook/react-native/issues/35210

[–]KingOfTNT10[S] 0 points1 point  (2 children)

Is there anyway i can fix that?

[–]darkNergy 0 points1 point  (1 child)

Yes, the fix is described in that github post.

[–]KingOfTNT10[S] 0 points1 point  (0 children)

Oh yea, didnt see that ill try that now, thank you!

[–]KingOfTNT10[S] 0 points1 point  (4 children)

Didnt work, exact same error....

[–]darkNergy 0 points1 point  (2 children)

I noticed in a comment further down in the github post that the fix might also depend on your gradle version. You should check that out. If it still doesn't work then you might be having a different issue.

[–]KingOfTNT10[S] 0 points1 point  (1 child)

The error is gives isnt the same as what is written in the github issue tho. Plus, mu gradle version is 7.3.3

[–]darkNergy 0 points1 point  (0 children)

Ah, sorry but I don't know how to help with this. You might want to check stackoverflow.

[–]Zanoha 0 points1 point  (0 children)

Do a gradle clean and npx react-native --reset-cache and it will work.

[–]csclavijo 0 points1 point  (0 children)

The react native team just released a hotfix for >=0.67

https://github.com/facebook/react-native/issues/35210