Merge pull request #2 from gustavo-em/ui_android
fix error in android header, setting as null when is android instead ios
This commit is contained in:
commit
fd21cd6c97
@ -18,6 +18,7 @@ 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