No, React Native can be tested only in mobile simulators like IOS and Android
Update: Facebook has given a beautiful starter pack for React Native.
Introducing Create React Native App
Using this, you can run the app in your mobile using expo app(https://expo.io). It syncs using QR code.
Answer from Thanigainathan on Stack OverflowVideos
No, React Native can be tested only in mobile simulators like IOS and Android
Update: Facebook has given a beautiful starter pack for React Native.
Introducing Create React Native App
Using this, you can run the app in your mobile using expo app(https://expo.io). It syncs using QR code.
Yes! That's very much possible with react-native-web. Here are a couple of related, useful resources to get started:
- React Native Web Starter
- A guide to combine React and ReactNative into one codebase
We’ve been rebuilding our app in React Native, and we also need to build a web version of it. Is React Native Web ready for prime time? Have you tried going from a non-expo React Native app to React Native Web?
Someone once suggested we should do something like native base first.
Forgive my non-techiness I’m not a React developer myself.
» npm install react-native-browser
» npm install react-native-inappbrowser-reborn
» npm install react-native-webbrowser