Ben Uzelac

Results 22 comments of Ben Uzelac

@jos0405 The edit button will load the code editor, but the "save" button within the code editor (bottom of the screenshot) stops functioning.

+1 for SVG (and another +1 for generating PNG fallbacks)

I had two entries for `@babel/types` in my `yarn.lock` file which resolved to 7.6.1 and 7.15.0. Instead of manually modifying my lock file, I ran `npx yarn-deduplicate` to handle the...

@robwittman Any chance you could merge this in? Patching composer packages is painful.

@jspizziri This looks fine to me. A couple minor typos I noticed: - `insertBeforeQUIDOrIndex` should be `insertBeforeUUIDOrIndex` - `getCurrenTrack` should be `getCurrentTrack` PlaylistItem has a `pid` while it's refered to...

@henryteng07 [This link](https://rntp.dev/docs/basics/playback-service) to the documentation has the correct method. Additionally, you can always check the [example](https://github.com/doublesymmetry/react-native-track-player/tree/main/example) code.

Thanks for doing the leg work on this @casperolesen. That check makes the app work correctly on CarPlay, but we need to add additional handling for when an app is...

@divamgupta I'm interested in working on fixing some of this repo's open issues. Could you please push the latest source?

I am experiencing this with the Accordion component as well. The workaround above does work, but considering this syntax for conditional rendering is commonly used, it would be more ideal...