Need some help, I\'m getting a weird error out of left field that I have not been able to debug. This project was bundling successfully until yesterday after I setup my reac
As addition to @fagerbua answer. If you want to use react-native@0.56 you need to change .babelrc with
{
"presets": [
"react-native"
]
}
you don't need jest-react-native anymore, but you need to use babel-preset-react-native@5