Skip to content

Commit

Permalink
Text: Restore android_hyphenationFrequency
Browse files Browse the repository at this point in the history
Summary:
Restore the `android_hyphenationFrequency` attribute in the view config for `Text`. This was accidentally dropped by D23708205 (06ce643) (06ce643).

Changelog:
[Android][Fixed] - Restore `android_hyphenationFrequency` on `Text`.

Reviewed By: mdvacca

Differential Revision: D25889971

fbshipit-source-id: 622eef618370efdd9a8b060ccd3272e25de218fa
  • Loading branch information
yungsters authored and facebook-github-bot committed Jan 13, 2021
1 parent fc1ddb6 commit 1433ed6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Libraries/Text/TextNativeComponent.js
Expand Up @@ -43,6 +43,7 @@ export const NativeText: HostComponent<NativeTextProps> = (createReactNativeComp
onTextLayout: true,
onInlineViewLayout: true,
dataDetectorType: true,
android_hyphenationFrequency: true,
},
directEventTypes: {
topTextLayout: {
Expand Down

0 comments on commit 1433ed6

Please sign in to comment.