UNPKG

@fto-consult/expo-ui

Version:

Bibliothèque de composants UI Expo,react-native

6 lines (5 loc) • 191 B
import Label from "$ecomponents/Label"; import appConfig from "$capp/config"; export default function LogoComponent(props){ return <Label primary textBold>{appConfig.name}</Label> }