在下面的代码中,如果我在{Platform.OS
之前放置空格,我将收到错误
原始文本等
那么在编译之前如何让Visual Studio Code检查这个错误呢?
<StatusBar translucent animated/>{Platform.OS === 'android' && Platform.Version >= 20
? <View style={{
height: 24,
backgroundColor: "#FFF"
}}/>
: null}