Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

React native build error: Unexpected > token punc «:», expected punc «,» in file

Tags:

react-native

Hitting this error when building for react native 0.62.2.

error node_modules/react-native/Libraries/Blob/URL.js: Unexpected token punc «:», expected punc «,» in file node_modules/react-native/Libraries/Blob/URL.js at 104:30. Run CLI with --verbose flag for more details. Error: Unexpected token punc «:», expected punc «,» in file node_modules/react-native/Libraries/Blob/URL.js at 104:30

Tried removing node_modules and yarn.lock, but to no avail. :(

like image 229
TT_TT Avatar asked Mar 04 '26 01:03

TT_TT


1 Answers

Issue is due to metro-react-native-babel-preset. update it to "metro-react-native-babel-preset": "^0.66.2"

like image 101
Ashok Vijayendra Avatar answered Mar 05 '26 23:03

Ashok Vijayendra