draculapile

Results 5 comments of draculapile

Hi, I have met the same bug, and here are my steps to try to figure out this. ```shell npx create-react-app my-app cd my-app npm run eject ``` Then, I...

> 如果宽度可以任意设置,但是组件内部无法知道需要移动到哪个位置 我个人的想法是:/tab-bar/tab-bar.vue 在`_updateSliderStyle _getSliderWidthAndIndex`方法里, 如果有传入的width,transform 偏移值可以根据传入的自定义 width 和 this.tabs[index].$el.clientWidth 计算,clientWidth 减去传入的 width 再除以 2, 取整,应该就可以了

@theniceangel 好的了解,期待更加灵活的tab-bar,感谢!

Hi guys, I followed your lead and found this in Chrome's flag settings, changed it to **disable** and under the remote target RN will show again! Thanks and I hope...