Skip to content

Commit a45ffbd

Browse files
authored
Expose text tooltip (#960)
1 parent d7cb3a7 commit a45ffbd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Libraries/Text/TextNativeComponent.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ export const NativeText: HostComponent<NativeTextProps> = (createReactNativeComp
4242
onInlineViewLayout: true,
4343
dataDetectorType: true,
4444
android_hyphenationFrequency: true,
45+
tooltip: true, // [TODO(macOS GH#774)]
4546
},
4647
directEventTypes: {
4748
topTextLayout: {

0 commit comments

Comments
 (0)