Skip to content

Commit 5292335

Browse files
authored
Merge pull request #1 from riamon-v/patch-2
Update index.js
2 parents 11fa573 + 21c2312 commit 5292335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/picker/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ class Picker extends Component {
451451
} = this.props;
452452

453453
if (useNativePicker) {
454-
return <NativePicker {...this.props}/>;
454+
return <NativePicker forwardedRef={forwardedRef} {...this.props}/>;
455455
}
456456

457457
// if (_.isFunction(renderPicker)) {

0 commit comments

Comments
 (0)