-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
[Portability] About make react native code could run on web browser #770
Comments
@yuanyan I don't think this is not necessary. Native and web are totally different experiences. You can port your app code into React.js app, but that would be a tremendous work. |
I have no idea why you would want to do this. |
This is on my mental todo list of things to do with the project. It would be awesome to have View, Text, Image and the gesture system working on the web. This way you can share components that are not platform specific between the three codebases. |
@jaygarcia For write once, run everywhere |
@tjwudi Yes, it's not a easy work if we port native component to React.js web. |
What about mobile web browsers? Can I use iOS device to navigate to url and see the app with more or less native look and behaviour? |
@yuanyan I don't think react-native web browser compatibility is coming anytime soon. As mentioned by the Facebook Team, they are not following the write once, run everywhere paradigm. |
@ClemMakesApps We make it happened, write once, run everywhere: |
@yuanyan omg this is awesome! Do you think that you'll be able to submit pull requests to core? :) |
Consolidating this issue into #182 😄 |
We try to do this, and expect to know how react native team think about it?
cc @vjeux
The text was updated successfully, but these errors were encountered: