随笔分类 -  RN

摘要:Screen fragments should never be restored. Follow instructions from https://github.com/software-mansion/react-native-screens/issues/17#issuecomment-424704067 to properly configure your main activity. 阅读全文
posted @ 2023-09-12 10:58 勤奋的小铁 阅读(65) 评论(0) 推荐(0) 编辑
摘要:react native 使用 redux、react-redux、redux-thunk、@reduxjs/toolkit 无脑版 ERROR Error: could not find react-redux context value; please ensure the component is wrapped in a 阅读全文
posted @ 2023-05-29 15:26 勤奋的小铁 阅读(112) 评论(0) 推荐(0) 编辑
摘要:从 React Native 0.63 开始,UIManager.measure 方法已被废弃并计划在未来的版本中移除。 取而代之的是使用 useRef 和 useLayoutEffect 钩子函数, 结合 measure 方法的异步调用实现对组件的测量。 具体实现方法如下: 首先通过 useRef 阅读全文
posted @ 2023-05-06 09:31 勤奋的小铁 阅读(326) 评论(0) 推荐(0) 编辑
摘要:https://www.lodashjs.com/docs/lodash.throttle#_throttlefunc-wait0-optionshttps://blog.csdn.net/glorydx/article/details/109893917 const _handleTogglePo 阅读全文
posted @ 2022-05-19 13:46 勤奋的小铁 阅读(29) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示