Searched refs:AppContainer (Results 1 – 5 of 5) sorted by relevance
1 function AppContainer({ children }) {5 AppContainer.displayName = 'AppContainer';7 export default AppContainer;
1 declare function AppContainer({ children }: { function4 declare namespace AppContainer {7 export default AppContainer;
3 function AppContainer({ children }) { class6 AppContainer.displayName = 'AppContainer';7 exports.default = AppContainer;
1 …:["function AppContainer({ children }) {\n return children;\n}\n\nAppContainer.displayName = 'App…
69 - Patch `react-native-web` AppContainer to prevent adding extra divs. ([#24093](https://github.com/…