简体   繁体   English

为什么我的反应原生应用程序无法正常运行,但在模拟器上运行良好

[英]Why my react native app is not working properly but its working fine on emulator

Why my react native app is not working properly but its working fine on emulator为什么我的反应原生应用程序无法正常运行,但在模拟器上运行良好

can anyone can tell me what's the solution of it how can I fix it?谁能告诉我它的解决方案是什么,我该如何解决? if you answer is my data is not fetching on device than pls tell how to do all that?如果您的回答是我的数据没有在设备上获取,请告诉我该怎么做? pls tell me the full process to do that I am using a android Samsung device请告诉我我正在使用 android 三星设备的完整过程

In your AndroidManifest file android\app\src\main\AndroidManifest.xml add this在你的 AndroidManifest 文件android\app\src\main\AndroidManifest.xml添加这个

<application
      ......
      android:usesCleartextTraffic="true"
      ......>

Hope it helps.希望能帮助到你。 feel free for doubts随时怀疑

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM