fix error in android header, setting as null when is android instead ios
This commit is contained in:
parent
80270cdb82
commit
75849fbfca
@ -18,6 +18,8 @@ const styles = StyleSheet.create({
|
|||||||
const Header = ({children, title}): Node => {
|
const Header = ({children, title}): Node => {
|
||||||
return Platform.select({
|
return Platform.select({
|
||||||
ios: <SystemBroadcastPicker style={styles.broacastPicker} />,
|
ios: <SystemBroadcastPicker style={styles.broacastPicker} />,
|
||||||
|
android: null
|
||||||
|
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user