Bruno Bernard
Bruno Bernard
I would be glad to implement this :)
I think this should be merged
If someone want to install @chris2fr version using yarn: ```bash yarn global add chris2fr/ghost-to-md#master ```
Also nesting into folders should be an option, the .md files and an image folder can be enough
In Exoplayer, we can use: ```java import com.google.android.exoplayer2.metadata.Metadata; import com.google.android.exoplayer2.metadata.MetadataOutput; ``` When implementing `MetadataOutput` on [RadioService](https://github.com/thyagoluciano/flutter_radio/blob/master/android/src/main/kotlin/br/com/thyagoluciano/flutterradio/player/RadioService.kt#L19), we get this:. ```java @Override public void onMetadata(Metadata metadata) { // ex, we get...
Actually, you don't need to implement it, I was just hoping that they would add this feature in the plugin itself. Unfortunately, I can't help you on the iOS side....
```ruby install! 'cocoapods', :disable_input_output_paths => true # config[:reactNativePath], # to enable hermes on iOS, change `false` to `true` and then install pods :hermes_enabled => false ) target 'appTests' do inherit!...
same issue here
I tried `REACT_NATIVE_MAPBOX_MAPBOX_IOS_VERSION="~> X.X.X" pod install` it seems to work example: ```sh REACT_NATIVE_MAPBOX_MAPBOX_IOS_VERSION="~> 6.0" pod install ``` where 6.0 is the version that is being used by this lib