Andrey Mikus

Results 4 comments of Andrey Mikus

> Brain dump of some investigation I did into this: Thanks for the dump @jonthanon. I've dug a bit deeper and placed some logs into RNCSafeAreaView to figure out what's...

@jkhaui I gather from your edit that you made the hotkey work with ` configure({ ignoreEventsCondition: (event) => { return false; } })` which is great. In my case, the...

I see that this is due to the change in the `NativeEventEmitter` initialization. https://github.com/AzizAK/react-native-detector/compare/v0.2.1...v0.2.2#diff-0b5adbfe7b36e4ae2f479291e20152e33e940f7f265162d77f40f6bdb5da7405L9 From the react-native docs the first argument of the `NativeEventEmitter` constructor is required on iOS: ```...

There seems to be a problem with the node_modules package generated for versions starting from 2.2.0. The src folder with typescript source files is missing. The problem doesn't occur for...