UNPKG

one

Version:

One is a new React Framework that makes Vite serve both native and web.

7 lines (5 loc) 224 B
import type { LocaleDirection } from '@react-navigation/native' import { I18nManager } from 'react-native' export function getLocaleDirection(): LocaleDirection { return I18nManager.getConstants().isRTL ? 'rtl' : 'ltr' }