MCPcopy Create free account
hub / github.com/AppAndFlow/react-native-safe-area-context / SimpleExample

Function SimpleExample

example/src/HooksExample.tsx:57–65  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55}
56
57export default function SimpleExample() {
58 return (
59 <View style={{ marginTop: 0, flex: 1 }}>
60 <SafeAreaProvider>
61 <SimpleExampleScreen />
62 </SafeAreaProvider>
63 </View>
64 );
65}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected