Ju Eun-Woo
Ju Eun-Woo
thank you @Diabl0269 Diabl0269 i try this ``` const direction = () => { const figureHorizontalDirection = (delta) => (delta > 0 ? 'SWIPE_RIGHT' : 'SWIPE_LEFT'); const figureVerticalDirection = (delta)...
> @JuEunSung is it working for you? yes my case was up-down problem.. (sorry english clumsy)
I was facing the same problem Apply the code below The dependent module react-native-tab-view has been modified. node_modules/react-native-tab-view/src/TabView.tsx ``` before import { Pager } from './Pager'; after import { PanResponderAdapter...
facing same issue