You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,7 @@ class MyComponent extends Component {
46
46
|`truncate`|`Number`|`32`| Truncate long link text for display (e.g. `https://www.google.com/../something.html`). Possible values: `0` to disable, `1+` to truncate to that maximum length. |
47
47
|`truncateChars`|`String`|`..`| Characters to replace truncated url segments with, if enabled. |
48
48
|`webFallback`|`Boolean`| Android: `true` iOS: `false`| Link to web versions of Instagram/Twitter for hashtag and mention links when users don't have the respective app installed. *Requires `LSApplicationQueriesSchemes` on iOS. See: https://facebook.github.io/react-native/docs/linking.html*|
49
+
|`showAlert`|`Boolean`|`false`| Displays an alert before leaving the app to help with accidental clicks. Possible values: `true`, `false`|
49
50
50
51
**Any other props will be passed through to the main Text node (e.g. style, numberOfLines).**
0 commit comments