diff --git a/src/NativePicker.android.tsx b/src/NativePicker.android.tsx index 41c660f..762a9ec 100644 --- a/src/NativePicker.android.tsx +++ b/src/NativePicker.android.tsx @@ -154,6 +154,7 @@ class Picker extends React.Component { }); return ( + this.indicatorRef = el} style={styles.indicator}/> (this.scrollerRef = el)} @@ -163,7 +164,6 @@ class Picker extends React.Component { > (this.contentRef = el)}>{items} - (this.indicatorRef = el)} style={styles.indicator} /> ); }