Components API
Structure
const Logo = props => {
return (
<View>/* component code */</View>
)
}
β
await BB.Components.register({
key: 'Logo',
value: Logo,
preload: true,
hocs: [withRouter],
styles: {},
source: {},
});Last updated
Was this helpful?