UNPKG

@uiw/react-native

Version:
5 lines 137 B
import React from 'react'; import { View } from 'react-native'; export default function FlexItem(props) { return <View {...props} />; }