gabrielbull / react-desktop

React UI Components for macOS High Sierra and Windows 10
http://reactdesktop.js.org
MIT License
9.51k stars 461 forks source link

Access Child State from MasterDetailsViewItemMaster #82

Closed dwyschka closed 7 years ago

dwyschka commented 7 years ago

How can i access the "selected" state from the child if i follow the example with the renderItem - method?

Andrew1431 commented 7 years ago

I hope you figured it out in the 5 months it's been since you asked, but if not, just use state to determine the selected box / use refs to reference the react components.