bindingx
bindingx copied to clipboard
:rocket: Bind actions to effects.
弃坑了吗?
幸好没用在项目里
例如: http://jsplayground.net/raxplayground/0b2fa94c-b107-422f-8c2c-60481af89d31 
陀螺仪的x变量为啥要会2个方向影响,可以关闭一个方向的检测吗
weex 使用bindingx做两个scroller联动时 使用wxdevtool调试时正常,去掉测试工具后 报WebBinding.bind is not a function.的错误
[https://alibaba.github.io/bindingx/demos](https://alibaba.github.io/bindingx/demos) 如下: [http://jsplayground.net/vueplayground/2f9e0733-b853-4d97-b350-2630c1a50c83](http://jsplayground.net/vueplayground/2f9e0733-b853-4d97-b350-2630c1a50c83)
 yarn下载下来的react-native-bindingx无法在项目中使用,这不是一个demo项目?
 经测试,react-native-bingingx 不支持目标属性 height 的变化,想了解一下是什么原因?
react-native 下面使用 bindingx, 当 ScrollView 设置 横向滚动,horizontal={true} 时,不会生效。 JSX: ``` { this.instance = c }} style={{ // position: 'absolute', // top: 270, height: 300, width: '100%', backgroundColor: 'red' }}/> {...