Skip to content

Support for react-native-debugger

Latest
Compare
Choose a tag to compare
@olofd olofd released this 03 Apr 12:29
· 16 commits to master since this release

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.