Skip to content

Commit b99a836

Browse files
M-i-k-e-ladids1221
authored andcommitted
TabController - tix RTL in Android (#3688)
1 parent 8424c08 commit b99a836

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/tabController/useScrollToItem.ts

+1-1
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)