Skip to content

Commit 1433ed6

Browse files
yungstersfacebook-github-bot
authored andcommitted
Text: Restore android_hyphenationFrequency
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
1 parent fc1ddb6 commit 1433ed6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Libraries/Text/TextNativeComponent.js

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ export const NativeText: HostComponent<NativeTextProps> = (createReactNativeComp
4343
onTextLayout: true,
4444
onInlineViewLayout: true,
4545
dataDetectorType: true,
46+
android_hyphenationFrequency: true,
4647
},
4748
directEventTypes: {
4849
topTextLayout: {

0 commit comments

Comments
 (0)