Justice Mba
Justice Mba
Running `watch-del-all && yarn cache clean && react-native start --reset-cache` solved it for me!
is there a way to go back to the past working version pending when this issue is resolved?
I just upgraded my atom to v-1.24.0 and it seems to be fine for now :sweat_smile:
August 11, 2020: Did anyone ever figured this? It used to work well (sometimes) but has currently stopped working for the chat section of my app, even on local.
I can't wait to have this feature!
Also does `onSlidingComplete`. Actually, all the functions that receive a changed value.
16 months later...
Any hope of ever having this? 🥺
Would be greatly appreciated if this could be fixed. Who knows if there are any plans for it?
Thanks, @tomwallyn, that actually works! ```mjs import YTMusic from 'ytmusic-api'; const ytm: YTMusic = new YTMusic.default(); await ytm.initialize(); ``` I guess the problem is in how the package does exports....