fix error in android

pull/2/head
gustavo-em 3 years ago
parent 75849fbfca
commit ddd0f11c9b

@ -19,7 +19,6 @@ const Header = ({children, title}): Node => {
return Platform.select({
ios: <SystemBroadcastPicker style={styles.broacastPicker} />,
android: null
});
};

Loading…
Cancel
Save