FEngine
FEngine copied to clipboard
模拟器显示正常。ios显示正常。安卓显示空白 代码逻辑跟`f-my`的源码是一致的。用tarojs写的 真机调试没有任何报错 ### index.alipay.tsx ```tsx import { Canvas } from "@tarojs/components"; import { Canvas as FCanvas } from "@antv/f-engine"; import { Props } from "@/components/F2Canvas/types"; import Taro from "@tarojs/taro";...
如果可能得话,希望支持react-native-skia
ref: https://github.com/antvis/G/releases/tag/%40antv%2Fg%406.0.0
没有看到相关文档
当 `Canvas` 的实例调用 `render` 方法完成首次渲染后,再次执行 `update` 方法更新画布,如果使用了 `line | circle | rect | ...` 等基础图形标签,会导致上一屏的基础图形不会被正确擦除。 对于下面测试用例: ```jsx const context = createContext(); const { props } = ( ); const canvas...