随笔分类 - react native学习笔记
摘要:FlexBox弹性框布局 https://css-tricks.com/snippets/css/a-guide-to-flexbox/ 在react native中尺寸是没有单位的,它代表了设备独立像素。 父视图属性: flexDirection属性定义了父视图中子元素沿横轴或侧轴方向的排列方式。
阅读全文
摘要:React:Virtual DOM,Component,声明式渲染等。 命令式编程:命令“机器”如何去做事情(how),这样不管你想要的是什么(what),它都会按照你的命令实现。 声明式编程:告诉“机器”你想要的是什么(what),让机器想出如何去做(how) https://github.com
阅读全文
摘要:https://www.devio.org/2018/09/09/ES6-ES7-ES8-Feature/ 老师的博客官网 reactnative主要是基于ES6和以上版本开发的。 ES6特性: 类、模块化、箭头函数、函数参数默认值、模板字符串、解构赋值、延展操作符、对象属性简写、Promise、L
阅读全文
摘要:如何打开开发者菜单 模拟器: Ctrl+M command+D 真机: 摇一摇 菜单: Enable Live Reload 重新加载项目 Enable Hot Reloading 只在当前页进行变更 警告处理: console.warn()来手动触发Warnings console.disable
阅读全文
摘要:expo react-native 需要安装的工具: Node.js React Native Command Line Android Studio/XCode react-native --help 查看命令 android studio下载 https://developer.android.
阅读全文
摘要:react-navigation的state管理放到application统一的管理中,即所谓的react-navigation和redux一体化,或者集成。 https://reactnavigation.org/docs/en/redux-integration.html https://www
阅读全文

浙公网安备 33010602011771号