iamdurui

Results 4 issues of iamdurui

measure.getPosTan(measure.getLength() * currentValue, pos, tan); // 获取当前位置的坐标以及趋势 mMatrix.reset(); // 重置Matrix float degrees = (float) (Math.atan2(tan[1], tan[0]) * 180.0 / Math.PI); // 计算图片旋转角度 mMatrix.postRotate(degrees, mBitmap.getWidth() / 2, mBitmap.getHeight() / 2); //...

![f3336db7a8bdcbe1f7f643d4f584ce6d](https://cloud.githubusercontent.com/assets/16399401/21132390/b18fec02-c14e-11e6-9543-920fbf285dc2.jpg) 这个该怎么解决啊?谢谢

bug
help wanted

I want to define the height of the toast?Support this feature?

在android上初始运行时头部会比较乱,如果数据不够一屏时就那个loading一直存在,我使用的是最新的3.2.1,react native 版本是0.46.2,希望得到解决,谢谢,我的代码就是你的例子 ![img_20170907_185938](https://user-images.githubusercontent.com/16399401/30160515-558a9edc-93ff-11e7-99aa-87118ed8d4d0.jpg) 这个图片的右上角你看见了吗? ![screenshot_20170907-190025](https://user-images.githubusercontent.com/16399401/30160541-7409f768-93ff-11e7-91fc-ef100d5c756a.png) 我现在对你的例子中的项目改了一下item罢了