Until now ReactTVFiberRenderer.findHostInstance received a fiberNode instance through the return of ReactInstanceMap, but it's actually looking to get a component and use its own "get" function to get the fiberNode from the component. It was then failing for trying to get the fiberNode from a fiberNode.
Until now ReactTVFiberRenderer.findHostInstance received a fiberNode instance through the return of ReactInstanceMap, but it's actually looking to get a component and use its own "get" function to get the fiberNode from the component. It was then failing for trying to get the fiberNode from a fiberNode.
Fix #135 Fix #134