UNPKG

@fto-consult/expo-ui

Version:

Bibliothèque de composants UI Expo,react-native

7 lines (6 loc) • 257 B
// Copyright 2022 @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 function ResizableComponent({children}){ return children; }