随笔分类 - 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.
阅读全文
摘要: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
阅读全文
摘要:从 React Native 0.63 开始,UIManager.measure 方法已被废弃并计划在未来的版本中移除。 取而代之的是使用 useRef 和 useLayoutEffect 钩子函数, 结合 measure 方法的异步调用实现对组件的测量。 具体实现方法如下: 首先通过 useRef
阅读全文
摘要:https://www.lodashjs.com/docs/lodash.throttle#_throttlefunc-wait0-optionshttps://blog.csdn.net/glorydx/article/details/109893917 const _handleTogglePo
阅读全文