Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/shell/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
React native 当我试图在react native/expo中显示来自http url的图像时,我的应用程序挂起_React Native_Expo_React Native Flatlist - Fatal编程技术网

React native 当我试图在react native/expo中显示来自http url的图像时,我的应用程序挂起

React native 当我试图在react native/expo中显示来自http url的图像时,我的应用程序挂起,react-native,expo,react-native-flatlist,React Native,Expo,React Native Flatlist,我有一张显示图像的卡片,图像路径以http形式从api提交,例如:http://www.example.com/upload/imagename.jpg我的组件正在FlatList中重新设计,当有10张卡时,应用程序工作正常,但在这之后它就挂起了。请给我一些建议,我应该使用什么方法在IOS中一切正常问题在于android手机。 这是我的图像代码 logcat对此怎么说?

我有一张显示图像的卡片,图像路径以http形式从api提交,例如:
http://www.example.com/upload/imagename.jpg
我的组件正在FlatList中重新设计,当有10张卡时,应用程序工作正常,但在这之后它就挂起了。请给我一些建议,我应该使用什么方法在IOS中一切正常问题在于android手机。 这是我的图像代码

logcat对此怎么说?