标签: reactjs react-native animation
我想在android中实现Masking Twitter Loader,但是尚不支持库,因此我尝试使用react-native Component来实现它,除动画未完全加载图像外,一切都按预期工作已经在运行,
我尝试使用onLoad或onLoadEnd的图像道具,但是使用这些道具后,我得到Out Of Memory的红色屏幕,尽管我Animated.Image并不完全支持所有Image个道具,
onLoad
onLoadEnd
Out Of Memory
Animated.Image
Image
我还有其他选择可以使装载机变得更加友好吗?