Skip to content

Commit

Permalink
Update PickerView.java
Browse files Browse the repository at this point in the history
resolved issue: henninghall#301
  • Loading branch information
nitishprasadspinny committed Nov 1, 2021
1 parent 1f43c40 commit 3989536
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ public void update() {
LinearLayout layout = new LinearLayout(getContext());
LayoutInflater.from(getContext()).inflate(state.derived.getRootLayout(), layout);
this.addView(layout, layoutParams);
//issue link: https://github.com/henninghall/react-native-date-picker/issues/301
findViewById(R.id.container).setId(100023);
uiManager = new UIManager(state, this);
}

Expand Down

0 comments on commit 3989536

Please sign in to comment.