mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 23:19:40 +01:00
disable insets on ios
This commit is contained in:
@@ -39,7 +39,7 @@ export const Header = ({root}) => {
|
||||
style={[
|
||||
styles.container,
|
||||
{
|
||||
marginTop: insets.top,
|
||||
marginTop:Platform.OS === "android"? insets.top : null,
|
||||
backgroundColor: colors.bg,
|
||||
overflow: 'hidden',
|
||||
borderBottomWidth: 1,
|
||||
|
||||
Reference in New Issue
Block a user