UNPKG

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

Version:

Applicaster Zapp React Native ui components for the Quick Brick App

19 lines (17 loc) 283 B
const View = "View"; export const singleView = { content_types: { default: { states: { default: [ { type: View, style: {}, selectedStyle: {}, elements: [], }, ], }, }, }, };