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

Function _hideSheet

lib/ActionSheetCustom.js:75–80  ·  view source on GitHub ↗
(callback)

Source from the content-addressed store, hash-verified

73 }
74
75 _hideSheet (callback) {
76 Animated.timing(this.state.sheetAnim, {
77 toValue: this.translateY,
78 duration: 200
79 }).start(callback)
80 }
81
82 /**
83 * elements: titleBox, messageBox, buttonBox, cancelButtonBox

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…