diff --git a/releases/next/index.html b/releases/next/index.html index f14a087b32f..a928c2c0dee 100644 --- a/releases/next/index.html +++ b/releases/next/index.html @@ -22,7 +22,10 @@ render() { return ( <ScrollView> - <Image source={{uri: 'https://i.chzbgr.com/full/7345954048/h7E2C65F9/'}} /> + <Image + source={{uri: 'https://i.chzbgr.com/full/7345954048/h7E2C65F9/'}} + style={{width: 320, height:180}} + /> <Text> On iOS, a React Native ScrollView uses a native UIScrollView. On Android, it uses a native ScrollView.