MCPcopy Index your code
hub / github.com/airbnb/react-with-styles-interface-react-native / create

Function create

src/reactNativeInterface.js:4–6  ·  view source on GitHub ↗
(styleHash)

Source from the content-addressed store, hash-verified

2
3export default {
4 create(styleHash) {
5 return StyleSheet.create(styleHash);
6 },
7
8 // Styles is an array of properties returned by `create()`, a POJO, or an
9 // array thereof. POJOs are treated as inline styles.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected