Custom Renderer ๐
The default configuration is designed to work with ReactDOM.
If you want to try implementing React-Reparenting with other renderers
you can try to instruct
the package to manage the types of nodes you are working with, in order to automate the process as happens with ReactDOM.
If you have successfully implemented reparenting with React Native or with your custom renderer, feel free to share your solution by opening an issue on Github.