这段 Javascript / React Native 代码工作得很好,它打破了 Atom / Nuclide 中的语法高亮显示它之后的任何内容。代码有什么问题还是语法高亮引擎?
static navigationOptions = {
headerTitle: "TFN Top Headlines",
headerTitleStyle: { fontFamily: "Iowan Old Style" },
headerLeft: (
<Icon
size={35}
onPress={() => {
_this.toggleMenu();
}}
style={{
marginLeft: 10
}}
name="navicon"
/>
)
};