Closed KovaxG closed 4 years ago
Sorry, this issue was part of jest, and it had nothing to do with the module, just needed to add this package to transformIgnorePatterns.
Sorry @KovaxG Im just wondering what the rule was the you used
I'm trying this in my jest.config.js
and its still giving me the same error
module.exports = {
transformIgnorePatterns: [
"<rootDir>/node_modules/@codler/react-native-keyboard-aware-scroll-view",
],
}
Hey, sorry for the late response, here is what we use (with slight modifications)
"transformIgnorePatterns": [
"/node_modules/(?!(react-native.*|@codler/react-native-keyboard-aware-scroll-view|some-other-stuff)/)"
]
Hi, we've recently updated to the latest version of Typescript, and got the following when running tests:
We have an indirect dependency to this project via native-base.