import GlobalStyles from './GlobalStyles'; import { SafeAreaView } from "react-native"; render() { return ( <SafeAreaView style={GlobalStyles.droidSafeArea}> //More controls and such </SafeAreaView> ); } }