Cory Foy

Results 1 comments of Cory Foy

If anyone else is running into this, I got around it by adding this to `transformIgnorePatterns` ``` "transformIgnorePatterns": [ "node_modules/(?!(jest-)?react-native|@?ptomasroos/react-native-multi-slider|@?react-navigation)" ], ```