This library needs to create the function document.createElement at some point. This did however interfere with the standalone debugger react-native-debugger.
So I moved the creation of createElement to a later point and deleted it after usage. This should make this library more compatible with other libraries.