MCPcopy Create free account
hub / github.com/callstack/react-theme-provider / render

Method render

src/createThemeProvider.js:19–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17 };
18
19 render() {
20 return (
21 <ThemeContext.Provider value={this.props.theme}>
22 {this.props.children}
23 </ThemeContext.Provider>
24 );
25 }
26 };
27}
28

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected