react native 封装的组件最好不要用react native elements UI的 View 元素,容易触发 "Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: object."
Chrome 快速保存网页整页为图片:F12 进入开发者工具 按下 Ctrl+Shift+P 组合键 输入 full 选中第一个选项即可
&::-webkit-scrollbar { display: none;}
隐藏滚动条vue 自定义组件命名使用<xxx-xxx>时 ref 实例将失效,应使用驼峰命名
微信小程序IOS 页面底部留出安全间距
padding-bottom: constant(safe-area-inset-bottom);
和padding-bottom: env(safe-area-inset-bottom);
微信小程序 IOS 端 日期转换 不支持 链接符 YYYY-MM-DD 因此 需要使用 YYYY/MM/DD
uniapp 新增页面后 需要重新编译 新页面才会生效
node 版本为v14.18.0 完美解决 npm install 安装出现 python 指令错误问题
react native borderStyle 虚线 需要 与 borderRadius 一起 使用,否则不生效
react native 封装的组件最好不要用react native elements UI的 View 元素,容易触发 "Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: object."
Chrome 快速保存网页整页为图片:F12 进入开发者工具 按下 Ctrl+Shift+P 组合键 输入 full 选中第一个选项即可
react native 打包运行 Android 时 电脑需关闭热点,否则打包出错