create explicit relationship between values

This commit is contained in:
Eric Bailey 2023-07-18 15:18:56 -05:00
parent 17deaaa7e7
commit 1ca5792165
2 changed files with 6 additions and 2 deletions

View file

@ -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,