728x90
반응형
constructor(){
super()
if (Text.defaultProps == null) {
Text.defaultProps = {}
}
Text.defaultProps.allowFontScaling =false
LogBox.ignoreLogs([
'VirtualizedLists should never be nested', // TODO: Remove when fixed
"Possible Unhandled Promise Rejection",
"source.uri should not be an empty string",
"VirtualizedList: missing keys for items, make sure to specify a key or id property on each item or provide a custom keyExtractor.",
])
}
728x90
반응형
'React Native' 카테고리의 다른 글
현재 날짜 구하기 (0) | 2020.11.01 |
---|---|
sha 256 인코딩 (0) | 2020.10.30 |
flatlist 성능 이슈 관련 (0) | 2020.08.23 |
ScrollView 관련 (0) | 2020.08.22 |
(작성중) function component example (0) | 2020.08.17 |