UNPKG

@fto-consult/expo-ui

Version:

Bibliothèque de composants UI Expo,react-native

8 lines (7 loc) 259 B
import Notifications from "$ecomponents/Notifications"; /**** implémenter votre logique pour le rendu des notifications de l'application */ export default function NotificationComponent(props){ return <Notifications items = {[]} />; }