Issue
As per the docs
React Native is there to Create native apps for Android and iOS using React.
But I'm confused with React Native Web. As per the github home
"React Native for Web" makes it possible to run React Native components and APIs on the web using React DOM.
I'm not getting!
Is this an officially supported library by React Native to compile React Native Mobile Apps, as Web Apps to run on the Web from the same code base, like we do in Flutter?
Solution
You know that to debug a React Native project you have to run it on an emulator (Expo, Android emulator...). With react-native-web
is no longer necessary! You can run your React Native project directly in your browser!
Answered By - Giovanni Esposito
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.