Add import React to make RCTImageURLLoader available in Xcode by mokagio · Pull Request #50770 · WordPress/gutenberg (original) (raw)
What? and How?
The code as it was worked when built from this repo's setup, but failed when used from the gutenberg-mobile XCFramework setup.
This import is enough to make the code work elsewhere
Why?
Without this diff, importing those sources in other projects fail due to missing references.
Testing Instructions
There'll be a PR in gutenberg-mobile to show these changes.
Testing Instructions for Keyboard
N.A.