fix error in android

This commit is contained in:
gustavo-em 2022-02-14 11:31:15 -03:00
parent 75849fbfca
commit ddd0f11c9b

View File

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