tony chen

Results 62 issues of tony chen

### 相关平台 React Native from @yiheyang **使用框架: React** ### 复现步骤 目前RN的ScrollView有bug,只要页面leave,onScroll会被原地trigger一下,所以要过滤一下deltaXY都为0的事件 相关问题:https://github.com/software-mansion/react-native-screens/issues/1183 ### 期望结果 不触发 ### 实际结果 触发 ### 环境信息 ``` 👽 Taro v3.4.13 Browserslist: caniuse-lite is outdated. Please run:...

V-3
F-react
T-rn

### 相关平台 React Native **使用框架: React** ### 复现步骤 showActionSheet ### 期望结果 与iOS一致 ### 实际结果 不一致 ### 环境信息 ``` 👽 Taro v3.5.0-beta.2 Taro CLI 3.5.0-beta.2 environment info: System: OS: macOS 12.0.1...

V-3
T-rn

### repl cound not add plugin ![image](https://user-images.githubusercontent.com/1876158/172353589-d8642ba5-8ed7-48e1-ab2c-51123d95ce8c.png) ### caused by network problem ![image](https://user-images.githubusercontent.com/1876158/172353866-5a3f6c47-f97b-48cb-b5fe-463dc17bd45d.png) ### bundle.run is down https://bundle.run/@babel/[email protected]

repl
bug

为方便调试,本 APP 支持必要的依赖加入。 | lib | version | app version | status | | - | - | - | - | | react-native-svg | 12.1.1 | >= 1.3.0 |...

0. ~~样式单位 rem、px、rpx。~~ 1. ~~跨平台样式。~~ 2. classname。 3. 全局样式。 4. css module 5. ...

目前打包阶段中 Build Taro React Native Bundle 2m29s

### 文档 https://reactnative.dev/docs/hermes ### 问题 - Taro RN 在编译时,没有使用 `react-native/scripts/react-native-xcode.sh` 和 `node_modules/react-native/react.gradle` 以至于没有进行字节码的打包,相关内容需要进行重构 - 入口文件通过 --entry-file 传入 node_modules/metro/src/node-haste/DependencyGraph/assets/empty-module.js

扫描加载不同 app 后,多个 app 之间未隔离,可能产生风险。 0. APP权限隔离 1. 文件存储隔离。 2. storage存储隔离。 3. RN包直接调用问题处理。

### 需求描述 0. 方便发布。 1. 提供热更新接入示例。 ### todo 0. 考虑接入 app center 1. 通过 action 触发热更新发布