Home
last modified time | relevance | path

Searched refs:AppContainer (Results 1 – 5 of 5) sorted by relevance

/expo/packages/expo-router/src/fork/
H A Dreact-native-web-container.tsx1 function AppContainer({ children }) {
5 AppContainer.displayName = 'AppContainer';
7 export default AppContainer;
/expo/packages/expo-router/build/fork/
H A Dreact-native-web-container.d.ts1 declare function AppContainer({ children }: { function
4 declare namespace AppContainer {
7 export default AppContainer;
H A Dreact-native-web-container.js3 function AppContainer({ children }) { class
6 AppContainer.displayName = 'AppContainer';
7 exports.default = AppContainer;
H A Dreact-native-web-container.js.map1 …:["function AppContainer({ children }) {\n return children;\n}\n\nAppContainer.displayName = 'App…
/expo/packages/expo-router/
H A DCHANGELOG.md69 - Patch `react-native-web` AppContainer to prevent adding extra divs. ([#24093](https://github.com/…