From 6066815d49d834af134d673d8555c50b086bcbdd Mon Sep 17 00:00:00 2001 From: M-i-k-e-l Date: Mon, 23 Jan 2023 10:23:25 +0200 Subject: [PATCH] SortableList - add note to docs about missing items --- src/components/sortableList/SortableList.api.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/sortableList/SortableList.api.json b/src/components/sortableList/SortableList.api.json index a40995d421..b3102dac4b 100644 --- a/src/components/sortableList/SortableList.api.json +++ b/src/components/sortableList/SortableList.api.json @@ -5,6 +5,7 @@ "extends": ["FlatList"], "extendsLink": ["https://reactnative.dev/docs/flatlist"], "example": "https://github.com/wix/react-native-ui-lib/blob/master/demo/src/screens/componentScreens/SortableListScreen.tsx", + "note": "We've seen a case where not all items are rendered on some Android devices, this appears to be a bug with `FlatList` that is using `CellRendererComponent`, our current workaround is for you to add `initialNumToRender={data.length}`.", "props": [ { "name": "data",