Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

React Native cannot find variable $refresh req$

ct

React Native cannot find variable $refresh req$

like image 479
Keshav Gera Avatar asked Sep 03 '25 10:09

Keshav Gera


1 Answers

Package.JSon :-

"metro-react-native-babel-preset": "^0.56.0",

Downgrade version "metro-react-native-babel-preset": "^0.54.1",

and Delete your package-lock file and delete npm module folder

and after that

1). npm install

2). react-native link

3). react-native run-android // react-native run-ios

to Solve your issue

Happy Codding Cheers!

enter image description here

like image 98
Keshav Gera Avatar answered Sep 05 '25 01:09

Keshav Gera