UNPKG

one

Version:

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

7 lines (6 loc) 219 B
import { I18nManager } from "react-native"; function getLocaleDirection() { return I18nManager.getConstants().isRTL ? "rtl" : "ltr"; } export { getLocaleDirection }; //# sourceMappingURL=localeDirection.native.js.map