MCPcopy Create free account
hub / github.com/alinz/react-native-dropdown / _currentPosition

Function _currentPosition

lib/optionList.js:35–41  ·  view source on GitHub ↗
(pageX, pageY)

Source from the content-addressed store, hash-verified

33 }
34
35 _currentPosition(pageX, pageY) {
36 this.setState({
37 ...this.state,
38 pageX,
39 pageY
40 });
41 }
42
43 _show(items, positionX, positionY, width, height, onSelect) {
44 positionX = positionX - this.state.pageX;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected