Ivan
Ivan
Hey, the only plugin i want to use now is your 'cordova-google-play-game' plugin, but when i'm trying to do 'ionic run android' my build fails with this error: UNEXPECTED TOP-LEVEL...
I'm trying to get audio length on android. I did this as docs says: `this.subscription = DeviceEventEmitter.addListener( 'AudioBridgeEvent', this._handler)` This is what i see when i'm logging events, no event...
Allow listening for title text changes https://github.com/wix/react-native-zss-rich-text-editor/issues/110
I see in _editor.html_ in `zss_editor.enableOnChange` function that it only covers change events for content textfield and not for title textfield too. Is there any special reason why it is...
When i am trying to use this library on web (through [react-native-web](https://github.com/necolas/react-native-web)) it throws: > index.js:389 Uncaught TypeError: Cannot read property 'easeInEaseOut' of undefined Because rn-web has no LayoutAnimation. So...