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

Support Expo SDK 49 #139

Merged
merged 9 commits into from
Jul 12, 2023
Merged

Support Expo SDK 49 #139

merged 9 commits into from
Jul 12, 2023

Conversation

yousif-bugsnag
Copy link
Contributor

Goal

Adds support for Expo SDK 49

Changeset

  • updates dependencies to support expo 49

  • updates the test fixture to use expo 49

  • also bumps bugsnag-js dependencies

Testing

Mostly relied on CI but also manually tested that iOS source map uploads are still uploaded as there have been some changes in SDK 49 around how the bundle is generated on iOS (see https://blog.expo.dev/expo-sdk-49-c6d398cdf740)

It looks like in Expo 49 EAS Build no longer sets the android:usesCleartextTraffic attribute by default, meaning non-https traffic is now blocked by default on Android.

This broke the test fixture since requests to mazerunner are made over http - to get around this a config plugin has been added to the fixture to set this attribute in the Android manifest during prebuild.

@yousif-bugsnag yousif-bugsnag changed the base branch from v49/next to v49/main July 12, 2023 12:01
@yousif-bugsnag yousif-bugsnag changed the base branch from v49/main to v49/next July 12, 2023 12:01
Copy link
Member

@gingerbenw gingerbenw left a comment

Choose a reason for hiding this comment

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

Dependency updates for everyone!!

@yousif-bugsnag yousif-bugsnag merged commit 3ada917 into v49/next Jul 12, 2023
3 checks passed
@yousif-bugsnag yousif-bugsnag deleted the PLAT-10553-support-v49 branch July 12, 2023 13:42
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