SYMBOL INDEX (15 symbols across 5 files) FILE: app/_layout.tsx function StackLayout (line 8) | function StackLayout() { FILE: app/index.tsx constant BASE_SIZE (line 19) | const BASE_SIZE = theme.SIZES.BASE; constant GRADIENT_BLUE (line 20) | const GRADIENT_BLUE = ['#6B84CA', '#8F44CE']; constant GRADIENT_PINK (line 21) | const GRADIENT_PINK = ['#D442F8', '#B645F5', '#9B40F8']; constant COLOR_WHITE (line 22) | const COLOR_WHITE = theme.COLORS.WHITE; constant COLOR_GREY (line 23) | const COLOR_GREY = theme.COLORS.MUTED; class Dashboard (line 54) | class Dashboard extends React.Component { method render (line 206) | render() { FILE: app/screens/auth/Registerv2.js constant MARGIN_LEFT (line 18) | const MARGIN_LEFT = '5%'; constant SOCIAL_ICON_SIZE (line 19) | const SOCIAL_ICON_SIZE = theme.SIZES.BASE * 1.5; constant SOCIAL_BTN_SIZE (line 20) | const SOCIAL_BTN_SIZE = theme.SIZES.BASE * 3; FILE: app/screens/ui/Grid.js constant BASE_SIZE (line 13) | const BASE_SIZE = theme.SIZES.BASE; constant COLOR_WHITE (line 14) | const COLOR_WHITE = theme.COLORS.WHITE; FILE: app/theme.js constant COLORS (line 1) | const COLORS = { constant SIZES (line 24) | const SIZES = {