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

Class

src/createWithTheme.js:22–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20) =>
21 function withTheme(Comp: *) {
22 class ThemedComponent extends React.Component<*> {
23 _previous: ?{ a: T, b: ?S, result: T };
24
25 _merge = (a: T, b: ?S) => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected