UNPKG

@fto-consult/expo-ui

Version:

Bibliothèque de composants UI Expo,react-native

11 lines (9 loc) 439 B
import Screen from "$eScreen"; import {List} from "$layouts/TableData"; export default function TableDataListScreen (props){ return <Screen {...props}> <List {...props}/> </Screen> } TableDataListScreen.withFab = false;//if you want to display main FAB layout on this screen toggle this value to true TableDataListScreen.withNotifications = true; //pour afficher les notifications dans les écrans de type liste