import * as React from 'react' import { StatusBar, Platform } from 'react-native' import Constants from 'expo-constants' import { Appbar } from 'react-native-paper' import { goBack } from '../navigation/RootNavigation' export default function Header() { return ( <> {Platform.OS !== 'ios' && } ) }