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

Function onUpArrow

src/index.js:182–186  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

180 };
181
182 onUpArrow() {
183 const { onUpArrow } = this.props;
184
185 this.togglePicker(false, onUpArrow);
186 }
187
188 onDownArrow() {
189 const { onDownArrow } = this.props;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected