UNPKG

@applicaster/zapp-react-native-ui-components

Version:

Applicaster Zapp React Native ui components for the Quick Brick App

11 lines (9 loc) 122 B
const View = "View"; export const Spacer = () => { return { type: View, style: { flex: 1, }, }; };