error while updating property 'fontSize' in shadow node of type :RCTText。
问题原因:设置文字大小的时候,属性写错了。比如
fonSize:“18”,
这样写是不对的,正确写法应该是:
fonSize:18,
无引号
error while updating property 'fontSize' in shadow node of type :RCTText。
问题原因:设置文字大小的时候,属性写错了。比如
fonSize:“18”,
这样写是不对的,正确写法应该是:
fonSize:18,
无引号