Home
last modified time | relevance | path

Searched refs:react_native_safe_area_context_1 (Results 1 – 6 of 6) sorted by relevance

/expo/packages/expo-router/build/views/
H A DToast.js10 const react_native_safe_area_context_1 = require("react-native-safe-area-context"); constant
30 const Wrapper = inTabBar ? react_native_1.View : react_native_safe_area_context_1.SafeAreaView;
H A DErrorBoundary.js10 const react_native_safe_area_context_1 = require("react-native-safe-area-context"); constant
74 const Wrapper = inTabBar ? react_native_1.View : react_native_safe_area_context_1.SafeAreaView;
H A DNavigator.js29 const react_native_safe_area_context_1 = require("react-native-safe-area-context"); constant
110 … return (React.createElement(react_native_safe_area_context_1.SafeAreaView, { style: { flex: 1 } },
H A DSitemap.js9 const react_native_safe_area_context_1 = require("react-native-safe-area-context"); constant
39 const { top, bottom } = (0, react_native_safe_area_context_1.useSafeAreaInsets)();
/expo/packages/expo-router/build/onboard/
H A DTutorial.js9 const react_native_safe_area_context_1 = require("react-native-safe-area-context"); constant
44 …react_1.default.createElement(react_native_safe_area_context_1.SafeAreaView, { style: styles.safeA…
/expo/packages/expo-router/build/
H A DExpoRoot.js34 const react_native_safe_area_context_1 = require("react-native-safe-area-context"); constant
55 react_1.default.createElement(react_native_safe_area_context_1.SafeAreaProvider