Skip to content

Files

Latest commit

a67a391 · Jun 17, 2024

History

History

components

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jun 17, 2024

@components

Using components

Any module installed here doesn't get automatically loaded (see Autoloading) and can be used by directly importing it.

Import a component by importing from the @components alias:

import { yourComponent } from "@components/<your-component>";

See your metro.config.js for more details about other alias included by default.