Skip to content

Commit

Permalink
Fix for iPhone 8 after merging branches
Browse files Browse the repository at this point in the history
  • Loading branch information
dongminkim committed Nov 11, 2019
1 parent b97d019 commit c87ba00
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -1437,18 +1437,6 @@ export default (variables = defaultThemeVariables) => ({
backgroundColor: variables.navBarBackground,
borderBottomColor: variables.navBarBorderColor,
borderBottomWidth: StyleSheet.hairlineWidth,

// Leave space for the status bar on iOS
paddingTop: Device.select({
iPhoneX: 0,
iPhoneXR: 0,
default: (
Platform.OS === 'ios'
&& !Device.isIphoneX
&& !Device.isIphoneXR
? 20 : 0
),
}),
},

componentsContainer: {
Expand Down

0 comments on commit c87ba00

Please sign in to comment.