
react native
优雅的王德奥
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
react native踩坑——"RNCSafeAreaView was not found in the UIManager"
"react": "16.9.0","react-native": "0.61.5",在使用react-navigation遇到的错误,在simulator中编译正常,但是在真机上就报错了原因是react-native-safe-area-context暂不支持react-navigation5。换到4版本就解决了问题...原创 2020-02-23 23:53:53 · 4362 阅读 · 0 评论 -
react native踩坑——Unrecognized font family 'Material Icons'
"react": "16.9.0","react-native": "0.61.5",在info.plist插入以下代码 <key>UIAppFonts</key> <array> <string>AntDesign.ttf</string> <string>Entypo.ttf</string>...原创 2020-02-23 23:42:23 · 1718 阅读 · 0 评论