create explicit relationship between values
This commit is contained in:
parent
17deaaa7e7
commit
1ca5792165
2 changed files with 6 additions and 2 deletions
|
@ -1,8 +1,11 @@
|
|||
import {StyleSheet} from 'react-native'
|
||||
import {colors} from 'lib/styles'
|
||||
|
||||
export const BOTTOM_BAR_HEIGHT = 61
|
||||
|
||||
export const styles = StyleSheet.create({
|
||||
bottomBar: {
|
||||
height: BOTTOM_BAR_HEIGHT,
|
||||
position: 'absolute',
|
||||
bottom: 0,
|
||||
left: 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue