expo-globals
Installation
SKILL.md
Expo Globals
Overview
A high-performance globals them for Expo and React Native applications.
Implementation
Code
Check the references/ directory for the full source code.
// File: templates/theme/globals.ts
export const HEIGHT = 48;
export const FONT_SIZE = 17;
export const BORDER_RADIUS = 26;
export const CORNERS = 999;