We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb73eae commit e4e0ab3Copy full SHA for e4e0ab3
example/App.tsx
@@ -29,7 +29,7 @@ const App = () => {
29
30
return (
31
<AutocompleteDropdownContextProvider>
32
- <SafeAreaView style={[backgroundStyle, { flex: 1, backgroundColor: 'red' }]}>
+ <SafeAreaView style={[backgroundStyle, { flex: 1 }]}>
33
<StatusBar barStyle={isDarkMode ? 'light-content' : 'dark-content'} />
34
<KeyboardAvoidingView
35
style={{ flex: 1 }}
0 commit comments