jared-94

Results 3 comments of jared-94

I solved my problem with something like that ``` const enableScroll = (value) => { scrollViewRef.current?.setNativeProps?.({ scrollEnabled: value }); } const onMomentumScrollEnd = (e) => { listRef.current?.setYoffset?.(e.nativeEvent.contentOffset.y); } const onEndDrag...

Thanks for your anwser. It works when playing a file with aplay but unfortunately not with spotify-connect-web. The problem is that it doesn't appear in pavucontrol (a pulseaudio sink manager)...