react is there a safe area view for android
import { StyleSheet, Platform } from 'react-native'; export default StyleSheet.create({ droidSafeArea: { flex: 1, backgroundColor: npLBlue, paddingTop: Platform.OS === 'android' ? 25 : 0 }, });
react is there a safe area view for android
import { StyleSheet, Platform } from 'react-native'; export default StyleSheet.create({ droidSafeArea: { flex: 1, backgroundColor: npLBlue, paddingTop: Platform.OS === 'android' ? 25 : 0 }, });
react is there a safe area view for android
import GlobalStyles from './GlobalStyles'; import { SafeAreaView } from "react-native"; render() { return ( <SafeAreaView style={GlobalStyles.droidSafeArea}> //More controls and such </SafeAreaView> ); } }
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us