Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

(0 , _helperModuleTransforms.getModuleName) is not a function - React Native

The Application was working before I ran pod update inside the ios folder. After that, I started to get this error.

"react": "16.9.0",
"react-native": "0.61.1",

bundling failed: index.js: /Users/yamankatby/Documents/Projects/plannerscheduler-mobile/index.js: (0 , _helperModuleTransforms.getModuleName) is not a function

like image 315
Yaman KATBY Avatar asked Apr 06 '20 18:04

Yaman KATBY


1 Answers

I fixed this issue by removing my node_modules folder and then npm install again. Hope it will help you.

like image 82
Benjamin Petetot Avatar answered Oct 21 '22 00:10

Benjamin Petetot