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: xcode 12 compatibility #1103

Merged
merged 1 commit into from
Oct 2, 2020
Merged

Conversation

kasinskas
Copy link
Contributor

📢 Type of change

  • Bugfix
  • New feature
  • Enhancement
  • Refactoring

📜 Description

According to facebook/react-native#29633 (comment) - "React pod is in fact really only an umbrella dependency for pure JS applications to depend on, whereas the native APIs that these libraries rely on actually reside in the React-Core pod." This PR updates the dependency from React to React-Core.

💡 Motivation and Context

Xcode 12 fails to build if a module depends on React instead of React-Core.

More info: facebook/react-native#29633 (comment)

💚 How did you test it?

Use this branch to install with an app running on Xcode 12 or Xcode11. Both versions will work.

📝 Checklist

  • I reviewed submitted code
  • I added tests to verify changes
  • All tests passing
  • No breaking changes

@bruno-garcia bruno-garcia merged commit e4a78b7 into getsentry:master Oct 2, 2020
@bruno-garcia
Copy link
Member

Thanks for this @kasinskas

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