My react-native version is the latest 0.71.3. Whenever I start debugging, I get the error console.assert is not a function. Why is this happening and any fix for it?
The issue is very likely related to react-native-reanimated. There is no fix released yet but a patch is available.
Though I noticed that many other problems arise after fixing this specific issue. I solved all my problems by downgrading a major release, from 3.0.2 to 2.14.4:
2
Answers
The issue is very likely related to
react-native-reanimated
. There is no fix released yet but a patch is available.Though I noticed that many other problems arise after fixing this specific issue. I solved all my problems by downgrading a major release, from 3.0.2 to 2.14.4:
I’m confident that this should solve your problem as well.
I try to install
After running Android again, the app can’t open. I have to install
react-native-reanimated
latest, and the app runs normally.