gaearon / react-deep-force-update

Force-updates React component tree recursively
MIT License
122 stars 19 forks source link

How does it work with React Native? #16

Open todorone opened 5 years ago

todorone commented 5 years ago

I saw the README mentions that it works on React Native but doesn't explain how as we don't have instance of rendered tree as we do with react-dom. Can somebody please point me out on how we get react tree instance? Thanks