UNPKG

@fto-consult/expo-ui

Version:

Bibliothèque de composants UI Expo,react-native

4 lines • 136 B
import {Text} from "react-native" export default function BrComponent(props){ return <Text>{"\n"}{props.children|| null}</Text> }