{ "haste": { "defaultPlatform": "ios", "platforms": ["android", "ios", "native"], "providesModuleNodeModules": [ "react-native" ] }, "moduleNameMapper": { "^[./a-zA-Z0-9$_-]+\\.(bmp|gif|jpg|jpeg|png|psd|svg|webp)$": "RelativeImageStub", "^React$": "/node_modules/react" }, "modulePathIgnorePatterns": [ "/node_modules/react-native/Libraries/react-native/", "/node_modules/react-native/packager/" ], "transformIgnorePatterns": [ "node_modules/(?!(jest-)?react-native|react-clone-referenced-element)" ], "setupFiles": [ "/node_modules/react-native/jest/setup.js" ], "testEnvironment": "node" }