Skip to content

Commit

Permalink
Merge pull request #25755 from pasyukevich/migrate-ts/update-writing-…
Browse files Browse the repository at this point in the history
…direction

[No QA] [TS migration] Migrate 'writingDirection.js' style to TypeScript
  • Loading branch information
NikkiWines authored Aug 25, 2023
2 parents 6b4e612 + 949a010 commit fe02d63
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import {TextStyle} from 'react-native';
/**
* Writing direction utility styles.
* Note: writingDirection isn't supported on Android. Unicode controls are being used for Android
Expand All @@ -10,4 +11,4 @@ export default {
ltr: {
writingDirection: 'ltr',
},
};
} satisfies Record<string, TextStyle>;

0 comments on commit fe02d63

Please sign in to comment.