Skip to content

Commit a012bd8

Browse files
committed
fix: try removing rn safe area
1 parent 697e369 commit a012bd8

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

examples/SampleApp/App.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -119,11 +119,6 @@ const App = () => {
119119
}, []);
120120

121121
return (
122-
<SafeAreaProvider
123-
style={{
124-
backgroundColor: streamChatTheme.colors?.white_snow || '#FCFCFC',
125-
}}
126-
>
127122
<ThemeProvider style={streamChatTheme}>
128123
<NavigationContainer
129124
ref={RootNavigationRef}
@@ -147,7 +142,6 @@ const App = () => {
147142
</AppContext.Provider>
148143
</NavigationContainer>
149144
</ThemeProvider>
150-
</SafeAreaProvider>
151145
);
152146
};
153147

0 commit comments

Comments
 (0)