Paul

Results 14 comments of Paul

Quick fix: ```diff // App.tsx in a componentDidMount - await TrackPlayer.setupPlayer() ``` ```diff // Player.tsx in an onPressTrack function + await TrackPlayer.setupPlayer() await TrackPlayer.reset() await TrackPlayer.add(track) await TrackPlayer.play() ``` You...

Hello there 👋 I made a fork of this project and create a [npm package](https://www.npmjs.com/package/@meditatio/audio-toolkit) with the #245 and #224 fixes. Hope it could help !

Hello there 👋 I made a fork of this project and create a [npm package](https://www.npmjs.com/package/@meditatio/audio-toolkit) with the #245 and #224 fixes. Hope it could help !

Hi @KrisLau It's been long time now 😄 I deep dived into my old project to try to answer you. It looks like I was using `player.destroy()` instead. Otherwise, you...

I never tried it. But `expo-av` is highly maitained and it looks like (not sure) you can play two audios at the same time. Maybe you could check the repo's...

Hello there 👋 I made a fork of this project and create a [npm package](https://www.npmjs.com/package/@meditatio/audio-toolkit) with the #245 and #224 fixes. Hope it could help !

Hi @FruitieX 👋 I would love to help improve this project. Could you give someone rights to, at least, review PRs, publish to NPM and give time for this lib...

> work around until fixed in Xcode > > ``` > func textFieldShouldBeginEditing(_ textField: UITextField) -> Bool { > if textField == yourField { textField.keyboardType = .numbersAndPunctuation } > return...

Hi @jorenbroekema, Thank you for your contribution. I strongly agree with you! I wonder about the shortcuts: - fe = feat: - fi = fix: - ch = chore: -...

## 👋 Hi I'll have time in the next weeks to improve this project and make some breaking changes to align with [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/#specification). For now, we have those commands:...