If you integrate test with Jest and Enzyme in the new React Version 0.57 and TypeScript, they won\'t work. Here are the steps to reproduce:
Create a new React Native pro
I found the answer here in this issue: https://github.com/facebook/metro/issues/242#issuecomment-421139247
Basically, add this to your Jest section in package.json:
package.json
"transform": { "^.+\\.js$": "/node_modules/react-native/jest/preprocessor.js" }