simba-mobile-cud/app/components/Icon/styles.js

6 lines
159 B
JavaScript
Raw Normal View History

2025-01-07 09:47:45 +00:00
import {StyleSheet, I18nManager} from 'react-native';
export default StyleSheet.create({
styleRTL: {transform: [{scaleX: I18nManager.isRTL ? -1 : 1}]},
});