1wayticket

Results 3 issues of 1wayticket

richtext:v3.0.7 在anr日志里找到两处锁导致的anr 1 ANR Broadcast of Intent { act=android.intent.action.TIME_TICK flg=0x50200014 (has extras) } com.mszmapp.detective.utils.richtext.f.g.a(DefaultImageGetter.java:56) 经检查发现时DefaultImageGetter-->checkTarget(TextView textView) 有一个主线程的synchronized 2 ANR Input dispatching timed out (Waiting to send non-key event because the...

强制更改图片对齐方式为对齐文本中央 供参考

### 相关平台 React Native ### 复现仓库 [https://github.com/1wayticket/taro-rn-split.git](https://github.com/1wayticket/taro-rn-split.git) **使用框架: React** ### 复现步骤 [参照教程](https://docs.taro.zone/docs/react-native) 使用taro init后,选择分离模式创建工程后,yarn install。配置rn的输出配置,然后执行yarn build:rn --platform android导出bundle,报错如下: ``` error node_modules/warn-once/index.js: “rootProjectPath”/taro-rn/taro-rn-split/node_modules/warn-once/index.js: Cannot read properties of null (reading 'consequent'). TypeError:...

V-3
F-react
T-rn