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

❌ Get rid of .expo.js extension, no longer supported in Expo SDK 41+ #28

Merged
merged 2 commits into from
Apr 12, 2021

Conversation

brentvatne
Copy link
Contributor

In SDK 41 we are removing the .expo.js extension! We have sent PRs to other repos like async-storage and react-native-screens to resolve this, but I only just remembered that we're depending on it here as well. And so this PR was born.

The changes here are backwards compatible, so it doesn't hurt if someone on Expo SDK 39 or 40 installs a version of the library that includes this code. However, when using SDK 41, people will need to use the latest version. To ensure that, I'll add the library to the list of libraries that we automatically update when running expo upgrade.

@LinusU
Copy link
Owner

LinusU commented Apr 12, 2021

Thanks for the PR!

@LinusU LinusU merged commit 358e46b into LinusU:master Apr 12, 2021
@LinusU
Copy link
Owner

LinusU commented Apr 12, 2021

Released: 🚢 1.7.0 / 2021-04-12

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.

None yet

2 participants