MCPcopy Create free account
hub / github.com/airbnb/react-with-styles-interface-react-native / resolve

Function resolve

src/reactNativeInterface.js:11–13  ·  view source on GitHub ↗
(styles)

Source from the content-addressed store, hash-verified

9 // array thereof. POJOs are treated as inline styles.
10 // This function returns an object to be spread onto an element.
11 resolve(styles) {
12 return { style: styles };
13 },
14};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected