Target Branch
0.80
Link to commit or PR to be picked
facebook/react-native#51307
Description
D72228547 added the exports field to the main react-native package, in which all imports from ./src/* are explicitly disallowed. This was expected to be a breaking change and to limit the surface area of it, this diff will allow using all imports in jest tests.
Target Branch
0.80
Link to commit or PR to be picked
facebook/react-native#51307
Description
D72228547 added the exports field to the main react-native package, in which all imports from ./src/* are explicitly disallowed. This was expected to be a breaking change and to limit the surface area of it, this diff will allow using all imports in jest tests.