jest encountered an unexpected token react native code example
Example: jest encountered an unexpected token
Add this in your package.json jest config.
"transform": {
"\\.js$": "<rootDir>/node_modules/babel-jest"
},
Let me know if the issue still persists.