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