(styleHash)
| 2 | |
| 3 | export 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. |
nothing calls this directly
no outgoing calls
no test coverage detected