TARO框架、REACT和小程序
踩坑经验
- Fix:Taro与taro-ui版本不匹配问题 - ProgerChai's Blog
- Invariant Violation: "taroDemo" has not been registered. - githubmemory
- React Native——自定义下拉刷新上拉加载的列表 - 掘金
- Introduction to Expo - Expo Documentation
- React Native 实现自定义下拉刷新组件 - SegmentFault 思否-网易云方案
- React-Navigation控件BottomTabBar高度问题_he_wen_jian的专栏-CSDN博客_@react-navigation/bottom-tabs
- [[RN库] 推荐React Native 开源移动 UI 组件 - 简书](https://www.jianshu.com/p/3752707670c3)
- React native开发中遇到的坑 - 简书
- Understanding React Native linear gradient - LogRocket Blog
- ListView · React Native
- Taro3 react-native-code-push集成方案 - 简书
- Taro-rn: 开发React Native App
- React Native: Double back press to Exit App - Pretag
核心概念
高阶函数
RN文档翻译剪影
直接操作
此处描述的方法在 React Native
提供的大多数默认组件上都可用。但请注意,它们不适用于未由 native view 直接支持的复合组件。这通常包括你在自己的应用中定义的大多数组件。
原文档请看这 这里
- measure(callback) - 小新开源
- measureInWindow(callback) - 小新开源
- measureLayout(relativeToNativeComponentRef, onSuccess, onFail) - 小新开源
aaaaaaa