Skip to content
This repository has been archived by the owner on Dec 24, 2023. It is now read-only.

Commit

Permalink
feat: add android 10 support
Browse files Browse the repository at this point in the history
  • Loading branch information
wswebcreation committed Oct 29, 2019
1 parent 4752be8 commit 844bfe6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/helpers/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ export const OFFSETS = {
STATUS_BAR: 24,
ADDRESS_BAR: 56,
TOOL_BAR: 48,
},
10: {
STATUS_BAR: 24,
ADDRESS_BAR: 56,
TOOL_BAR: 48,
}
},
// https://ivomynttinen.com/blog/ios-design-guidelines
Expand Down

0 comments on commit 844bfe6

Please sign in to comment.