Carson Chen
Carson Chen
react: 0.69.1 滑动的时候无法到对应的 item,会直接滚动到最底部,或者最顶部,不知道是不是新版本动画兼容有问题
ActionPopoverItem.js 第 15 行 title 类型支持 element ``` static propTypes = { ...TouchableOpacity.propTypes, title: PropTypes.oneOfType([PropTypes.element, PropTypes.string, PropTypes.number]), leftSeparator: PropTypes.bool, rightSeparator: PropTypes.bool, }; ``` ActionPopoverView.js 第 18 行 title 类型只支持 string...
``` let _refWebview = React.useRef() let invoke = createInvoke(() => _refWebview.current) React.useEffect(() => { // 暴露方法给 H5 invoke.define('route', setRoute) return () => {} }, []) return ( { const {...
1. fix error.code; 2. Fix the android cancel button; 3. Add the method of authenticateDevice to enable device password
android 启动屏中不能锁定方向 Android startup screen cannot lock the direction
原来的 Chapter8 demo 运行不起来,所以修改了这个 demo
安卓分享图片报错
FATAL EXCEPTION: main Process: com.gafc.rtls, PID: 16325 java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.graphics.Bitmap.compress(android.graphics.Bitmap$CompressFormat, int, java.io.OutputStream)' on a null object reference at com.theweflex.react.WeChatModule.bitmapResizeGetBytes(WeChatModule.java:86) at com.theweflex.react.WeChatModule.access$000(WeChatModule.java:65) at com.theweflex.react.WeChatModule$1.invoke(WeChatModule.java:244) at com.theweflex.react.WeChatModule$7.onFailureImpl(WeChatModule.java:633)...
Thanks so much for filing an issue or feature request! Please fill out the following (wherever relevant): ### Steps to Reproduce ios macbook pro m2 更新完成后闪退,没有重启,重新打开后没有安装成功 ### Expected Behavior What...