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

Function componentDidMount

example/Example2/index.ios.js:32–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30 }
31
32 componentDidMount() {
33 updatePosition(this.refs['SELECT1']);
34 updatePosition(this.refs['SELECT2']);
35
36 updatePosition(this.refs['OPTIONLIST']);
37 }
38
39 _getOptionList() {
40 return this.refs['OPTIONLIST'];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected