Skip to content

Commit e4e0ab3

Browse files
committed
rm background color
1 parent fb73eae commit e4e0ab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const App = () => {
2929

3030
return (
3131
<AutocompleteDropdownContextProvider>
32-
<SafeAreaView style={[backgroundStyle, { flex: 1, backgroundColor: 'red' }]}>
32+
<SafeAreaView style={[backgroundStyle, { flex: 1 }]}>
3333
<StatusBar barStyle={isDarkMode ? 'light-content' : 'dark-content'} />
3434
<KeyboardAvoidingView
3535
style={{ flex: 1 }}

0 commit comments

Comments
 (0)