i7soft

Results 10 issues of i7soft

可否提供使用原生 setData 和 westore 的性能比较数据?这样比较直观理解westore 的性能优异

我目前的理解是:无论是用 setdata 还是 update,最后在虚拟 dom 里面,都要把整个页面生成出来,再跟前一刻的状态来 diff,最后更新为新视图(react.js 是如此),所以即使 setdata diff 了一下,那些相同的数据被 pass,但最后是否都要重新 render 整个page 在虚拟 dom 里面?? 还有一个很重要的问题是,这个很重要!!在表单组件里面,比如 switch 的 value 属性,即使每次 setdata 的时候,值是一样的,但都需要重新更新switch的状态的。场景是:switch 初始值为 true,用户手动改变了 switch 为 false,然后点击另外的按钮使得 switch...

i add "in,instanceof" to binary_ops object,like: ``` binary_ops = { 'in':0,'instanceof':0, '||': 1, '&&': 2, '|': 3, '^': 4, '&': 5, '==': 6, '!=': 6, '===': 6, '!==': 6, '':...

changeNavigationBarColor("transparent",true); change the navigation bar icon color work in android 8,9 but in android 5,6,7 it still is light

was compiled against a different Node.js version using NODE_MODULE_VERSION 57. This version of Node.js requires NODE_MODULE_VERSION 54. Please try re-compiling or re-installing the module (for instance, using `npm rebuild` or`npm...

Stale

“我对电影的爱”,这句话词性分析,最后一个爱,在 Python 版本是名词,在 nodejs 是动词

Stale

### Description I use skia with **react-native-vision-camera**, and want to Transform the video frame, **rotateY** is work, but **perspective** not work ### Version 1.4.2 ### Steps to reproduce 1.use with...

bug

### Prerequisites - [x] I checked the documentation and FAQ without finding a solution - [x] I checked to make sure that this issue has not already been filed ###...

bug