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 compiler runtime workaround #4

Merged
merged 1 commit into from
May 17, 2024

Conversation

kadikraman
Copy link
Collaborator

Fixes #3

We needed to add this workaround in order to open source the app (the production app uses slightly different code here, but it's not OSS so we can't share it). Unforunately, we missed an import.

Apologies if you run into a JS error due to this. After pulling latest, re-install node-modules and clear the cache, and it should all work.

rm -rf node_modules
yarn
npx expo start --reset-cache

@kadikraman kadikraman merged commit bb9016a into main May 17, 2024
1 check failed
@kadikraman kadikraman deleted the @kadikraman/fix-compile-runtime-workaround branch May 17, 2024 15:54
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.

Ran instructions in readme, get error
1 participant