Robrecht Meersman
Robrecht Meersman
It seems like the `/Users/robrechtme/Library/Developer/Xcode/DerivedData/MyApp-azpdixtdlkszolgclavvwztubvel/Build/Intermediates.noindex/ArchiveIntermediates/MyApp/` directory does not exist, only `/Users/robrechtme/Library/Developer/Xcode/DerivedData/MyApp-azpdixtdlkszolgclavvwztubvel/Build/Intermediates.noindex/ArchiveIntermediates/MyApp (staging)/`
> Only difference is that we noticed this on the CI build. The build succeeds but the archiving phase doesn’t. Local debug build works just fine. This was the same...
Can confirm that this fixed it. Thanks!
This is my workaround: ```js jest.mock('react-native/Libraries/Utilities/Platform', () => { const Platform = jest.requireActual('react-native/Libraries/Utilities/Platform'); Platform.constants.reactNativeVersion = { major: 0, minor: 64, patch: 0 }; return Platform; }); ```
Issue still occurs on `v6.0.1`.
Issue still occurs on `v6.0.1`.
I can look into it if I find the time 😁
Duplicates #507, #545.
You can easily work around this by passing `onPress={disabled ? undefined : action}`, but nevertheless this stil is an issue.
Duplicate of https://github.com/facebook/react-native/issues/30950