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

Upgrade to Expo SDK 44 #10

Merged
merged 3 commits into from Feb 17, 2022
Merged

Conversation

wodin
Copy link
Contributor

@wodin wodin commented Feb 16, 2022

No description provided.

@wodin
Copy link
Contributor Author

wodin commented Feb 17, 2022

The first commit basically just upgrades the Expo parts of this repo to Expo SDK 44 and updates shadow-cljs and reagent versions.
The eas-build-post-install script is to automatically run shadow-cljs release app during Expo's EAS Build process.
The index.js file that just imports and re-exports app/index.js is because EAS Build currently doesn't support a non-default location for the entry point, as far as I know.
So just like before this change, the repository is basically like a newly created Expo app with some minimal shadow-cljs stuff added.

The second commit just explains how to build the app. The previous version of the README left this out.

The third commit removes the need to manually block Expo Web's fast refresh, which interferes with Shadow CLJS' reloading.

@thheller doesn't use Expo, so if someone has questions about this, post a question on https://forums.expo.dev

@thheller thheller merged commit 257f04c into thheller:master Feb 17, 2022
@thheller
Copy link
Owner

Thanks.

@wodin wodin deleted the upgrade-to-expo-sdk-44 branch February 17, 2022 20:51
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