Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(flagship): add init script to patch rn images for ios 14 #1560

Merged
merged 2 commits into from
Aug 5, 2020

Conversation

bweissbart
Copy link
Member

This adds a script to iOS init that patches RCTUIImageViewAnimated.m to display images in iOS 14.

See issue here: facebook/react-native#29268

Test

  1. Download Xcode 12 Beta
  2. Select the Xcode 12 build environment (sudo xcode-select -s /Applications/Xcode12-Beta.app/Contents/Developer/)
  3. yarn && yarn ship:init
  4. Open PirateShip in Xcode 12 Beta
  5. Select an iOS 14 simulator
  6. Run the app in Xcode (you may have to run the packager from the command line manually first)
  7. Verify that images appear as expected in the app

This adds a script to iOS init that patches RCTUIImageViewAnimated.m to display images in iOS 14.

See issue here: facebook/react-native#29268
Copy link

@Cauldrath Cauldrath left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems good. Fix in 0.63.2, so we can remove this change if we upgrade to that.
facebook/react-native@123423c

@Cauldrath Cauldrath merged commit 63549c7 into brandingbrand:develop Aug 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants