Skip to content

Commit 1b93f40

Browse files
authored
TabController - tix RTL in Android (#3688)
1 parent 22a3046 commit 1b93f40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/tabController/useScrollToItem.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import {useSharedValue} from 'react-native-reanimated';
55
import {useScrollTo, ScrollToSupportedViews, ScrollToResultProps} from 'hooks';
66
import {Constants} from '../../commons/new';
77

8-
const FIX_RTL = Constants.isRTL && Constants.isIOS;
8+
const FIX_RTL = Constants.isRTL;
99

1010
export enum OffsetType {
1111
CENTER = 'CENTER',

0 commit comments

Comments
 (0)