mirror of
https://github.com/status-im/react-native.git
synced 2025-01-10 01:25:39 +00:00
4d5ef76b1a
Summary: This should be there for consistency. Closes https://github.com/facebook/react-native/pull/11357 Differential Revision: D4294530 Pulled By: kentaromiura fbshipit-source-id: 6219a7c69a65dde21d96bc032fc9a327386a85ca
25 lines
696 B
JSON
25 lines
696 B
JSON
{
|
|
"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$": "<rootDir>/node_modules/react"
|
|
},
|
|
"modulePathIgnorePatterns": [
|
|
"<rootDir>/node_modules/react-native/Libraries/react-native/",
|
|
"<rootDir>/node_modules/react-native/packager/"
|
|
],
|
|
"transformIgnorePatterns": [
|
|
"node_modules/(?!(jest-)?react-native|react-clone-referenced-element)"
|
|
],
|
|
"setupFiles": [
|
|
"<rootDir>/node_modules/react-native/jest/setup.js"
|
|
],
|
|
"testEnvironment": "node"
|
|
}
|