We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8424c08 commit b99a836Copy full SHA for b99a836
src/components/tabController/useScrollToItem.ts
@@ -5,7 +5,7 @@ import {useSharedValue} from 'react-native-reanimated';
5
import {useScrollTo, ScrollToSupportedViews, ScrollToResultProps} from 'hooks';
6
import {Constants} from '../../commons/new';
7
8
-const FIX_RTL = Constants.isRTL && Constants.isIOS;
+const FIX_RTL = Constants.isRTL;
9
10
export enum OffsetType {
11
CENTER = 'CENTER',
0 commit comments