MCPcopy Index your code
hub / github.com/alinz/react-native-dropdown / constructor

Function constructor

example/Example2/index.ios.js:23–30  ·  view source on GitHub ↗
(props)

Source from the content-addressed store, hash-verified

21
22class Example2 extends Component {
23 constructor(props) {
24 super(props);
25
26 this.state = {
27 canada: '',
28 usa: ''
29 };
30 }
31
32 componentDidMount() {
33 updatePosition(this.refs['SELECT1']);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected