React Native ActivityIndi​​cator导致高CPU负载和过热

时间:2016-11-06 17:17:41

标签: android react-native cpu-usage genymotion activity-indicator

我使用 React Native 组件 ActivityIndi​​cator 来显示预加载状态。但是,如果此状态持续时间超过预期(或应用程序卡在预加载状态),我的CPU开始快速过载。您可能认为这是由于后台的一些计算,但即使我只是这样渲染它也会发生...

<View>
      <ActivityIndicator color="white" size="small"/>
      <Text>Connecting...</Text>
</View>

我在Mac OSX 10.12.1上的Genymotion模拟器中使用模拟设备(S. Galaxy S6,API 23) 耗尽CPU的过程是 Vboxheadless

enter image description here

任何可能导致此问题的想法,或者如何修复它? 我做错了什么或错过了一些设置吗?

0 个答案:

没有答案