From 9cc8b172298fa38c2a5597d3ed77361fd496db25 Mon Sep 17 00:00:00 2001 From: gorhom Date: Mon, 18 Oct 2021 21:11:28 +0100 Subject: [PATCH] chore: updated contact list scroll indicator style to black --- example/src/components/contactList/ContactList.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/example/src/components/contactList/ContactList.tsx b/example/src/components/contactList/ContactList.tsx index 2d2ee922b..cf0549963 100644 --- a/example/src/components/contactList/ContactList.tsx +++ b/example/src/components/contactList/ContactList.tsx @@ -115,6 +115,7 @@ const ContactList = ({ renderItem={renderFlatListItem} style={styles.container} keyboardDismissMode="interactive" + indicatorStyle="black" contentContainerStyle={contentContainerStyle} focusHook={useFocusEffect} />