杨骐彰
杨骐彰
我现在是通过打补丁的方式解决的。。强制把这个包的webpack-source依赖改成了1.x、
Same issue. Any solutions? @KevinHu2014 😣
@KevinHu2014 I try to add `key` property on the `ShapeSource` component, then increase it while the `shape` or `images` updates, it works. But i think it's a hack way, is...
Seems it's a native problem, the effective way is changing the key of `PagerView` when data change.
你是react-native哪个版本呢?是用的模拟器吗?
> > https://github.com/wonday/react-native-orientation-locker#configuration > > Doing the fix in the mentioned PR as a patch (i.e. patch-package) + applying the fixes suggested [here](https://github.com/wonday/react-native-orientation-locker#configuration) worked for me > > patch for...
Same problem. It works by call `setPageWithoutAnimation` before changing pages in my project. ```typescript onPageSelected={e => { // add this pageViewRef.current?.setPageWithoutAnimation(1); const { position } = e.nativeEvent; if (position ===...
@derakhshanfar did you have resolved this problem?
rc-select内部的request实现就是在弹窗关闭时清理searchValue并触发request。用request看来是不行的,只能自己封装onSearch的逻辑。 https://github.com/react-component/select/blob/d905f984ceb296ca1d8d8737663c788bdcbfa407/src/BaseSelect.tsx#L451