Fix formatting

pull/2/head
Tiago Jacobs 3 years ago
parent f10c9bf249
commit 70b0d8a096

@ -2,7 +2,11 @@ import React from 'react';
import SystemBroadcastPicker from './ios-native-components/BBBN_SystemBroadcastPicker';
const BroadcastPicker = ({children, title}): Node => {
return <SystemBroadcastPicker style={{marginTop: 50, height: 50, widht: 50, backgroundColor: '#EEE'}} />;
return (
<SystemBroadcastPicker
style={{marginTop: 50, height: 50, widht: 50, backgroundColor: '#EEE'}}
/>
);
};
export default BroadcastPicker;

Loading…
Cancel
Save