MCPcopy Create free account
hub / github.com/callstack/react-native-paper / contentLoaded

Function contentLoaded

docs/component-docs-plugin/index.js:83–88  ·  view source on GitHub ↗
({ content: docs, actions })

Source from the content-addressed store, hash-verified

81 return docs;
82 },
83 async contentLoaded({ content: docs, actions }) {
84 // Store component docs global data so it can be used in `PropsTable` component.
85 actions.setGlobalData({
86 docs,
87 });
88 },
89 };
90}
91

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…