Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

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>
    );
  }
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #react #safe #area #view #android
ADD COMMENT
Topic
Name
8+3 =