From cf83d0f7f384afd262014f3a96feff32356611a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=91=A8=E6=96=87=E6=9D=B0?= Date: Thu, 19 Apr 2018 16:10:07 +0800 Subject: [PATCH] Fix bugs when use Fastimage in 'Animated.createAnimatedComponent' --- index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index 8b27f2c..b78cf6d 100644 --- a/index.js +++ b/index.js @@ -56,9 +56,9 @@ class FastImage extends Component { const resolvedSource = resolveAssetSource(source) return ( - + (this._root = e)}> (this._root = e)} {...props} style={StyleSheet.absoluteFill} source={resolvedSource}