-
-
Notifications
You must be signed in to change notification settings - Fork 157
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: expo should now work with apha #262
Conversation
Did some testing, hope I understood correctly:
Personally would prefer to avoid adding the
Don't know if I missed something, but it looks like the tutorial steps in this branch aren't fully in sync with the script at https://gist.github.com/dannyhw/92b3ff0d6ccaead9df2820a507154b87 (the One thing I strongly agree with is adding a setup script for Expo, that is an excellent idea 👍 💪 . We could perhaps include all such setup scripts in this repo itself to make it easier for people to make PRs to adjust them. When we have scripts, we could strip out the |
Yeah I actually didn't include it in the tutorial because I only added it in the script for testing purposes, I want to remove it once we have the fix from #120 because I agree with you here that we should work by default where possible instead of including more hacks. |
Issue: #247
What I did
Adjusted the docs so that the steps should now produce a working expo project.
I also added a link to a script that also includes a temporary fix for react-native-web.
How to test
Follow the steps for expo setup and run the script linked in the docs and test the expo app