-
console.warn()手动触发Warnings
-
console.disableYellowBox = true手动禁用Warnings的显示
-
console.ignoredYellowBox = ['Warning: ...'];忽略相应的Warning
-
module.exports = 类名; 将这个类包装出去,让外部可以调用
-
Math.floor(数字) 取整数
-
StyleSheet.hairlineWidth 很细的宽度
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
网友评论