MCPcopy Create free account
hub / github.com/beefe/react-native-actionsheet / styles

Function styles

lib/ActionSheetCustom.js:31–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29 }
30
31 get styles () {
32 const { styles } = this.props
33 const obj = {}
34 Object.keys(styles2).forEach((key) => {
35 const arr = [styles2[key]]
36 if (styles[key]) {
37 arr.push(styles[key])
38 }
39 obj[key] = arr
40 })
41 return obj
42 }
43
44 show = () => {
45 this.setState({visible: true}, () => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…