fantasy525

Results 22 issues of fantasy525

art-template版本:4.11.0,art-template-loader版本:1.4.3 nodejs版本:6.2.0 步骤:1.在index.js代码 `var tem=require('art-template')` 加了这句话就会打包出错 ![image](https://user-images.githubusercontent.com/22516157/27428209-f629fbda-5773-11e7-8d13-94cd4525e427.png) ![image](https://user-images.githubusercontent.com/22516157/27428247-0d984466-5774-11e7-8131-a6683824e872.png) 会有好几个错误,这只是其中的三个。

typescript在rn支持已经很好了,可否有时间添加一个声明文件?

问题:以我的经验来看要获取手指滑动一段距离后产生的速度,用touchStart和touchEnd之间的距离除以时间即可,可是我看源码里貌似不是这样子的?是touchmouve期间记录最后几次触发touchmove事件的touch信息的pos和时间戳来算的,请问是这样吗

RecycleList 性能在手机移动端很差,向下滑动快了上面就有白屏出现 另外在谷歌浏览器性能调试面板发现,滑动时候,js占用,加上渲染占用时间都二三十ms了,这帧率不会下降吗?考虑不用原生的滚动,而接入bs scroll吗?原生的滚动速度太快,移动端浏览器压根跟不上滑动速度

我手机打开页面切换加载什么的特别卡,请问是不太兼容低版本安卓?

RN:0.61 react-native-SmartRefreshLayout:0.6.7 运行编译报错 ![image](https://user-images.githubusercontent.com/22516157/74617515-6ae40b00-5168-11ea-9769-88f97b8109c3.png)

```javascript //src/index.vue export default { functional:true, props:{ styObj:{ type:Object, default(){ return { width:'300px', height:'300px' } } }, title:{ type:String, default:'00' } }, render(h,context){ return( {context.props.title} ) } } ``` and...

- Error: ``` - 'Uint16List' is from 'dart:typed_data'. - 'Int32List' is from 'dart:typed_data'. Try changing the type of the parameter, or casting the argument to 'Int32List'. indices: _indices, textureCoordinates: _uvBuffer);...

ios真机运行后会过会时间自动报异常,我没加这个断点,as自动进入这个页面停在断点处,我放开断点后过会时间又会自动进入 见下图 ![image](https://user-images.githubusercontent.com/22516157/58151620-bf6f5e00-7c9c-11e9-9f01-5831d45904c9.png)