Track resolution of facebook/flipper#1171 and adapt when we can. #4264
Labels
a-iOS
blocked on other work
To come back to after another related PR, or some other task.
upstream: RN
Issues related to an issue in React Native
As alluded to in 9a144c5, we should track the resolution of facebook/flipper#1171 (currently stalled on someone not providing a reproduction recipe), and adjust our project to use that better solution if and when the change propagates far enough that we can take it. The change we're waiting for is for Flipper to use one later patch release of a cryptography library than it does currently (or to use a different library altogether, I guess). It will likely mean waiting for a release of Flipper, and also waiting for a release of React Native that takes that Flipper release and addresses any issues with it.
When possible, the workaround to revert is the addition of
ENABLE_BITCODE = NO;
in ourproject.pbxproj
. The line was added in 9a144c5, to correspond with facebook/react-native@b4d1fcfb2#diff-7fd6339d18c83813afdda60e2e314cefR498.The text was updated successfully, but these errors were encountered: