-
Notifications
You must be signed in to change notification settings - Fork 577
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
Expo Web support #5532
Comments
@riebel Thank you for reporting. It is not something we have tried out. You might be able to find a work-around by tweaking your Babel configuration: goatandsheep/react-native-dotenv#78 |
I tried to modify my
|
It is not on our current roadmap to support Expo Web but in general web is an interesting platform. I am curious to learn more about your use case? Do you want to share an app between mobile and web? Are you interested in developing your mobile app as a PWA? |
Yes, I share the whole codebase with android, iOs and web and the same app runs flawlessly on all three platforms. I plan to switch from firebase to a self-hosted solution, but I think it is impractical for my project to use different APIs for web and for mobile. It would require a lot of duplicated code and/or a weird wrapper API. |
@riebel Did you find any work around? |
@federicogomezlara sadly not. |
I'm having the same issue. |
same |
+1 |
Any updates regarding this? |
@bishoyroufael I did manage make some advancements on this: #6821 but that PR is nowhere near ready to merge. With the deprecation announcement this is left as work for the community to do and we haven't (yet) seen a huge interest in members of the community contributing large features. So ... likely not going to happen 😞 I'll close it as such and we can re-open if that change 👍 |
Problem
I know the web context of Expo is not officially supported, but since Hermes is now supported and the default engine in Expo SDK 48 also switched to Hermes, maybe it is now somehow possible?
I get it running on Expo48 Android dev client, but when i try to bundle for web, I get:
Maybe there is a workaround or fix for this or is it just plain impossible at the moment?
Solution
No response
Alternatives
No response
How important is this improvement for you?
Dealbreaker
Feature would mainly be used with
Atlas Device Sync
The text was updated successfully, but these errors were encountered: