UNPKG

@fto-consult/expo-ui

Version:

Bibliothèque de composants UI Expo,react-native

10 lines (7 loc) • 314 B
// Copyright 2023 @fto-consult/Boris Fouomene. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. export {default} from "$ecomponents/List/FlashList"; export const TableRowComponent = ({children}) => { return children; };