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: support RN 0.76 #537

Merged
merged 1 commit into from
Oct 17, 2024
Merged

fix: support RN 0.76 #537

merged 1 commit into from
Oct 17, 2024

Conversation

vonovak
Copy link
Contributor

@vonovak vonovak commented Oct 17, 2024

Summary

the recently released 4.11.1 won't build when installed into a RN 0.76 project, due to breaking changes described in react-native-community/discussions-and-proposals#816

This PR fixes the build in a backward-compatible way, as recommended in the link above

This is similar to callstack/react-native-slider#660

Test Plan

tested in #538

@janicduplessis janicduplessis merged commit 91c4262 into th3rdwave:main Oct 17, 2024
@janicduplessis
Copy link
Member

Thanks!

@vonovak vonovak deleted the fix/rn-76 branch October 23, 2024 07:09
vonovak added a commit to expo/expo that referenced this pull request Oct 28, 2024
# Why

after
th3rdwave/react-native-safe-area-context#535 and
th3rdwave/react-native-safe-area-context#537

safe area context should now properly support RN 0.76 and autolinking in
core

# How

bump the package

# Test Plan

tested in bare expo, expo go wip

# Checklist

<!--
Please check the appropriate items below if they apply to your diff.
This is required for changes to Expo modules.
-->

- [ ] Documentation is up to date to reflect these changes (eg:
https://docs.expo.dev and README.md).
- [ ] Conforms with the [Documentation Writing Style
Guide](https://github.com/expo/expo/blob/main/guides/Expo%20Documentation%20Writing%20Style%20Guide.md)
- [ ] This diff will work correctly for `npx expo prebuild` & EAS Build
(eg: updated a module plugin).
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