MCPcopy
hub / github.com/lawnstarter/react-native-picker-select / onDownArrow

Function onDownArrow

src/index.js:188–192  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

186 }
187
188 onDownArrow() {
189 const { onDownArrow } = this.props;
190
191 this.togglePicker(false, onDownArrow);
192 }
193
194 onValueChange(value, index) {
195 const { onValueChange } = this.props;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected