supermanxiacheng

Results 10 comments of supermanxiacheng

我弄好了。 原来没搞懂Key和finishRefresh的用法。 谢谢你。 不过能解释下,为什么要用DeviceEmitter来回调js的方法吗,我们之前做播放器桥接的时候,是可以直接回调方法的。 不过我没细看你的代码,因为我只是一个iOS。。。

@olbor can you give an example for how to get real current orientation of device by Acceleration data ?

this.timer = setTimeout( () => { this.refs.carousel.scrollToPage(0, false); }, 500 ); 暂时这样修复了

@rilyu 我们测试发现,安卓手机越烂越容易复现.

还好有老外,提过问了,虽然很尴尬。。。

我瞎写了一通。。。好像可以,但不知道会不会有问题。。。 首先,在App.js 给 赋值store之前,就先在willMount中 global.store = store. 然后把这个global.store给"Provider"用。 然后,其他teaset的组件要用redux的地方,显示赋值 store = {global.store}. 最后,connect ,就可以用了。。。。 You can global.store =store before assgin store to "Provider" Then assign global.stote to any component in...

https://www.v2ex.com/t/444843