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(iOS): correct import of UIView+React.h header #1672

Merged
merged 1 commit into from
Feb 11, 2022

Conversation

schiller-manuel
Copy link
Contributor

@schiller-manuel schiller-manuel commented Dec 18, 2021

Description

combination of @react-native-mapbox-gl and Expo SDK 44 fails
because of how a React Native header is imported

replaced all occurences of "UIView+React.h" with <React/UIView+React.h>

see also expo/expo#15622 (comment)

Checklist

  • I have tested this on a device/simulator for each compatible OS
  • I mentioned this change in CHANGELOG.md

combination of @react-native-mapbox-gl and Expo SDK 44 fails
because of how a React Native header is imported

replaced all occurences of "UIView+React.h" with <React/UIView+React.h>

see also expo/expo#15622 (comment)
@schiller-manuel
Copy link
Contributor Author

@ferdicus Can this be merged please?

@mfazekas mfazekas merged commit e73227d into rnmapbox:master Feb 11, 2022
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