bindingx icon indicating copy to clipboard operation
bindingx copied to clipboard

:rocket: Bind actions to effects.

Results 26 bindingx issues
Sort by recently updated
recently updated
newest added

幸好没用在项目里

例如: http://jsplayground.net/raxplayground/0b2fa94c-b107-422f-8c2c-60481af89d31 ![image](https://user-images.githubusercontent.com/10650818/81660405-4d73c400-946d-11ea-874c-c248eb76cfa1.png)

陀螺仪的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)

![image](https://user-images.githubusercontent.com/22406756/91412045-cc093b80-e87b-11ea-88ba-1facae2e140f.png) yarn下载下来的react-native-bindingx无法在项目中使用,这不是一个demo项目?

![image](https://user-images.githubusercontent.com/13749042/70689415-2c0c8180-1cef-11ea-96dc-6d21f3f78cc6.png) 经测试,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' }}/> {...