fix error in android header, setting as null when is android instead ios

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

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

Loading…
Cancel
Save