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: docusaurus/docs/reactnative/basics/upgrade_helper.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -338,8 +338,8 @@ Following warning from v3 of SDK has been fixed now.
338
338
339
339
This warning was a result of `ScrollView` wrapped around `FlatList` inside overlay. Purpose of the wrapping ScrollView was to make overlay scrollable in case
340
340
message text content is too long. The UX and this warning has been fixed by removing the ScrollView and truncating the text content of message within overlay.
341
-
You can customize the truncation length of message text by providing a prop [`maxTextNumberOfLines`](../core-components/overlay_provider.mdx#maxtextnumberoflines) (number) on `OverlayProvider`.
341
+
You can customize the truncation length of message text by providing a prop [`messageTextNumberOfLines`](../core-components/overlay_provider.mdx#messagetextnumberoflines) (number) on `OverlayProvider`.
0 commit comments