Commit ff59365e by G

restyle two bases components Box and Text

parent c94b1c3e
import { createBox } from "@shopify/restyle";
import type { AppTheme } from "@themes/AppTheme";
const Box = createBox<AppTheme>();
export default Box;
import { createText } from "@shopify/restyle";
import type { AppTheme } from "@themes/AppTheme";
const Text = createText<AppTheme>();
export default Text;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment