diff --git a/docs/next/images.html b/docs/next/images.html index 60e6899a1a2..58c392f5117 100644 --- a/docs/next/images.html +++ b/docs/next/images.html @@ -117,7 +117,7 @@ var icon = this.props.active style={{ width: 51, height: 51, - resizeMode: Image.resizeMode.contain, + resizeMode: 'contain', }} source={{ uri: diff --git a/docs/next/images/index.html b/docs/next/images/index.html index 60e6899a1a2..58c392f5117 100644 --- a/docs/next/images/index.html +++ b/docs/next/images/index.html @@ -117,7 +117,7 @@ var icon = this.props.active style={{ width: 51, height: 51, - resizeMode: Image.resizeMode.contain, + resizeMode: 'contain', }} source={{ uri: