(callback)
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…