Trying to upgrade my rn project to react native : 0.49.0-rc.5 and enzyme 3, all the tests works fine but babel throws transformation errors when running the packager.
bundling failed: Error: require() must have a single string literal argument
Regarding the stack :
"react": "^16.0.0-beta.5",
"react-native": "^0.49.0-rc.5",
"enzyme": "^3.0.0"
And
Node : 8.5
