React Native 应用程序可以在浏览器中测试吗?

Can React Native apps be tested in a browser?

意识到 React Native 应用程序旨在使用模拟器开发/测试,是否可以使用网络浏览器来测试应用程序?

诸如 https://rnplay.org/ exist, however my concern is it's powered by https://appetize.io/ 之类的服务可能会受到每月分钟数的限制。与付费屏幕流媒体服务相比,我还想利用免费/开源技术来实现这一点。

按照这些思路,为了在浏览器中测试该应用程序,是否需要该应用程序使用一个或多个允许该应用程序在 React Native 和 React 中 运行 的库?我想找到这种特定方法的替代方法,因为我想专门为 React Native 编写代码。

不,React Native 只能在 IOS 和 Android

等移动模拟器中进行测试

更新: Facebook 为 React Native 提供了精美的入门包。

Introducing Create React Native App

使用此功能,您可以 运行 使用 expo 应用程序在您的手机中使用该应用程序 (https://expo.io)。它使用二维码同步。

您可以使用 Expo Snack https://snack.expo.io/ to instantly test your code on a device (using QR code ) or in the browser. For more information, you can go thtrough this article. https://blog.expo.io/sketch-a-playground-for-react-native-16b2401f44a2

是的! react-native-web 很有可能做到这一点。这里有一些相关的、有用的入门资源: