Solution found here. Add @react-native
to your Jest configuration. Such as:
transformIgnorePatterns: [
'node_modules/(?!@react-native|react-native)'
],
Solution found here. Add @react-native
to your Jest configuration. Such as:
transformIgnorePatterns: [
'node_modules/(?!@react-native|react-native)'
],