RN

作者: 音吹 | 来源:发表于2017-02-07 17:19 被阅读30次
  • console.warn()手动触发Warnings

  • console.disableYellowBox = true手动禁用Warnings的显示

  • console.ignoredYellowBox = ['Warning: ...'];忽略相应的Warning

  • module.exports = 类名; 将这个类包装出去,让外部可以调用

  • Math.floor(数字) 取整数

  • StyleSheet.hairlineWidth 很细的宽度

相关文章

网友评论

      本文标题:RN

      本文链接:https://www.haomeiwen.com/subject/hydmittx.html