Marco Fontana
Marco Fontana
Is the project being abandoned?
Any chance to make it work without `use_frameworks!` ? Using it gives conflicts with some libraries like `react-native-reanimated`
Hello, any possibility for this component to support a draggable feature?
Same problem here, can this be changed from this package side?
Hello, since by the 5th of May Google Play will ignore this flag and remove app that do not use API like Media Store or Storage Access Framework how should...
Hello @Yandamuri, this is the reference: [docs](https://support.google.com/googleplay/android-developer/answer/9956427?hl=en). The flag ```
@rcerrejon The problem is that Google said that after the 5th of May this flag will be ignored since it purpose was only to help developers during this transition period...
Hello, we have the exact same issue. What should we do? Thanks!
We are handling the audio focus ourselves with the following code when a user plays a song: ``` private void requestFocus() { if(hasAudioFocus) return; Log.d(Utils.LOG, "Requesting audio focus..."); AudioManager manager...
@vitamin-caig are you suggesting to never call stopForeground when we receive an interruption and to always keep the foreground service active? What if the operating system stops the foreground service...