From 9e8e477c6aa37a72af7675e79b9a9fcf342c6339 Mon Sep 17 00:00:00 2001 From: Luke Walczak Date: Wed, 14 Apr 2021 12:53:25 +0200 Subject: [PATCH] fix: correct example list background color (#2664) --- example/src/ExampleList.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/example/src/ExampleList.tsx b/example/src/ExampleList.tsx index 31e6681fb4..372170e958 100644 --- a/example/src/ExampleList.tsx +++ b/example/src/ExampleList.tsx @@ -109,6 +109,7 @@ export default function ExampleList({ navigation }: Props) { backgroundColor: colors.background, paddingBottom: safeArea.bottom, }} + style={{ backgroundColor: colors.background }} ItemSeparatorComponent={Divider} renderItem={renderItem} keyExtractor={keyExtractor}