Is it possible to run react-native app on webpage for demo purpose?
Let say you have an App, and would like to show it on your website in simulator, without installing it on device or using EXPO.
something like appetize.io. But as far as I can see they support only native app, not React based app. Thanks!
答案 0 :(得分:0)
是,如果您在系统和移动设备上连接了相同的IP网络连接,则可以使用
adb tcpip
adb tcpip 4455
adb connect {mobile ip}:4455
在您的手机中安装并运行应用。 (无需展示,USB连接..)