-
「React Native筆記」 踩坑 Unrecognized font family ‘antoutline’
React Native中 在使用List和Radio元件時,報了這個醒目的錯誤:Unrecognized font family 'antoutline' 百度和Google都沒找到答案,後來去antd rn的官方github下的Issues下才找到解決方案。 方法總結如下: 方法一: 進入 node_modules/@ant-design/icons-react-nativ…- 1.6k
- 0
-
「React Native筆記」 踩坑contentContainerStyle屬性
用React Native里的ScrollView元件,給ScrollView直接加了justifyContent或alignitems屬性後會報錯。問題原因是scrollView和flatlist之類的元件不支持直接添加這兩個屬性,解決方法是給元件添加contentContainerStyle屬性- 2.1k
- 0