- 博客(3)
- 收藏
- 关注
原创 RN(0.62.2),iOS14 / Xcode12 本地图片加载不出,icon link之后依然报错记录
####本地图片资源不显示根据图片中的路径找到对应文件左侧有代码所在位置可快速定位只需要加上else 之后的处理即可解决####解决icon link之后还是报错的问题<key>UIAppFonts</key> <array> <string>AntDesign.ttf</string> <string>Entypo.ttf</string> <string>EvilIcons.tt
2021-07-30 16:10:33
322
原创 react-native typescrpit使用时的数据定义及扩展运算符报错问题记录
Function Componentstype AppProps = { message: string;}; const App = ({ message }: AppProps) => <div>{message}</div>;useStateconst [count, setCount] = React.useState<number>(0);// later...setUser(1);useReduceronst initial
2021-07-30 16:09:17
419
原创 Android学习--布局
##Android布局LinearLayout(线性布局)RelativeLayout(相对布局)TableLayout(表格布局)FrameLayout(帧布局)AbsoluteLayout(绝对布局)GridLayout(网格布局)####LinerLayout######weight(权重)属性详解实现代码<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
2021-02-23 16:41:27
2090
4
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人