<WebView
style={{ width: 360, height: 250 }}
javaScriptEnabled={true}
className="Video"
domStorageEnabled={true}
source={{ uri: "https://www.youtube.com/embed/"+{video}}}
/>
</View>
<Gallery className="galleryFirst" style={{position: "relative", flexDirection: "row" }}/>
<View style={styles.description}>
<Text style={styles.descriptiontext}>
Some Text
</Text>
</View>
<Gallery className="gallerySecond" style={{position: "relative", flexDirection: "row" }}/>
错误
IndexError Traceback(最近一次通话最后一次)
in()
IndexError:元组索引超出范围
我希望检测形状应为3维,因此不会出现此错误。