10

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

Yaman KATBY
  • 1,814
  • 10
  • 24

1 Answers1

21

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