xzper

Results 25 comments of xzper

复现了,应该是手势事件冲突了,我这边看看

请提供下gif截图

1. 麻烦看下文档 设置 `autoplayTimeout`这个属性就行了 2. 最后到第一个的时候圆点的动画是故意设置没有的,我觉得这样设置比较好,如果你觉得不好,参见 https://github.com/f111fei/react-native-banner-carousel#custom-pagination-indicator 自定义动画效果

设置 `animation` 属性

@yuche 写的非常好, 目前项目在使用类似redux-action-tools的异步框架, 一直很想迁移到redux-saga上面来,但是`generator`有两个非常头疼的问题不知道你是怎么解决的。 1. ts对generator的支持不太好 https://github.com/Microsoft/TypeScript/issues/2983 ,很多情况下redux-saga都是返回的any类型,导致ts强类型的优势完全体现不出来。尽管redux-saga很赞,但是如果这个问题解决不好,切换到redux-saga会非常痛苦。 2. `generator`很难调试,source-map经常错位,调试起来也很痛苦。 这两点导致我一直对使用`generator`的框架保持观望的态度。如果这些问题解决不了(特别是第一点),可能也不会用redux-saga了吧。

Please tell me your unity version. I run the project in `Unity 2017.2.0f3` without test in other versions. Suggest install `Unity 2017.2.0f3` run the demo.

Can you explain what this is for?

这个直接用Xcode或者Android Studio就能看到调试输出了,没必要写这里。 不过我看你提交的文件,Build构建脚本写的不错,你能单独开一个PR提交么,我确认后合并进来

The demo is only an Cube project. So your PR may not be merged. But I think it's going to be useful for people who use Vuforia. Thank you.

Can you give me your unity ARKit demo project or RN project? And please tell me your unity verison and operating system.