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 697e369 commit a012bd8Copy full SHA for a012bd8
examples/SampleApp/App.tsx
@@ -119,11 +119,6 @@ const App = () => {
119
}, []);
120
121
return (
122
- <SafeAreaProvider
123
- style={{
124
- backgroundColor: streamChatTheme.colors?.white_snow || '#FCFCFC',
125
- }}
126
- >
127
<ThemeProvider style={streamChatTheme}>
128
<NavigationContainer
129
ref={RootNavigationRef}
@@ -147,7 +142,6 @@ const App = () => {
147
142
</AppContext.Provider>
148
143
</NavigationContainer>
149
144
</ThemeProvider>
150
- </SafeAreaProvider>
151
145
);
152
146
};
153
0 commit comments