MCPcopy
hub / github.com/react-navigation/react-navigation / createAppContainer

Function createAppContainer

packages/native/src/index.js:4–6  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2
3module.exports = {
4 get createAppContainer() {
5 return require('./createAppContainer').default;
6 },
7
8 get createKeyboardAwareNavigator() {
9 return require('./createKeyboardAwareNavigator').default;

Calls

no outgoing calls

Tested by 2

tryRenderFunction · 0.68
createStackNavigatorFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…