Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix image block render in Xcode 12 (#25470)
* Fix image block render in Xcode 12 This PR fixes #25431 which is a bug that prevents Image blocks from rendering their images. This only affects builds made using Xcode 12. The bug itself is in React Native itself and was fixed in RN 0.63. Since we're on RN 0.61.5, we need to apply a patch (as suggested here facebook/react-native#29279 (comment)). The patch was applied using the following steps found here: facebook/react-native#29279 (comment) * Remove unnecessary changes to RN patch file
- Loading branch information