Merge pull request #2 from gustavo-em/ui_android

fix error in android header, setting as null when is android instead ios
pull/3/head
Tiago Jacobs 3 years ago committed by GitHub
commit fd21cd6c97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save