Commit Graph
10 Commits
Author SHA1 Message Date
Lei Nelissen 2c0e955816 fix: add missing language getters 2026-01-29 14:19:24 +01:00
TheLittleDoctorandLei Nelissen 6a6c15a5ed Fixed bug with "Play Next" queuing (#309)
* Replaced deprecated method

* Fixed Play Next logic that was always passing an undefined value to TrackPlayer.add(Tracks, Index) for the index to insert before.

  - Changed the Play Next logic to get a target index by incrementing currentTrackIndex
  - If target index is greater or equal to length of queue, the track is added to the end instead.

---------

Co-authored-by: Lei Nelissen <lei@codified.nl>
2026-01-25 21:14:29 +01:00
Lei Nelissen b75fb680a6 feat: react native 0.83, liquid glass 2026-01-25 19:04:55 +01:00
Lei Nelissen 9e0f7c4eb8 chore: upgrade and fix versions 2026-01-20 09:17:20 +01:00
dependabot[bot] 8ba78268d2 Bump @react-native-community/cli from 18.0.0 to 18.0.1 (#312)
Bumps [@react-native-community/cli](https://github.com/react-native-community/cli/tree/HEAD/packages/cli) from 18.0.0 to 18.0.1.
- [Release notes](https://github.com/react-native-community/cli/releases)
- [Changelog](https://github.com/react-native-community/cli/blob/main/packages/cli/CHANGELOG.md)
- [Commits](https://github.com/react-native-community/cli/commits/v18.0.1/packages/cli)

---
updated-dependencies:
- dependency-name: "@react-native-community/cli"
  dependency-version: 18.0.1
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-20 08:47:49 +01:00
dependabot[bot] bab95c4d7e chore(deps): bump brace-expansion from 1.1.11 to 1.1.12 (#290)
Bumps [brace-expansion](https://github.com/juliangruber/brace-expansion) from 1.1.11 to 1.1.12.
- [Release notes](https://github.com/juliangruber/brace-expansion/releases)
- [Commits](https://github.com/juliangruber/brace-expansion/compare/1.1.11...v1.1.12)

---
updated-dependencies:
- dependency-name: brace-expansion
  dependency-version: 1.1.12
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-20 08:44:09 +01:00
Kris d46cbc1fd3 Removed upstreamed patch (#298)
* Removed upstreamed patch

* Removed styled-components patch

* Moved lint to pnpm
2025-08-06 16:19:20 +02:00
Lei Nelissen 90a5d94147 fix: missing images 2025-05-24 00:09:12 +02:00
Lei Nelissen d9326dfc7a feat: swap sectionlists for @shopify/flashlist 2025-05-22 23:36:53 +02:00
Lei Nelissen af3c807d5a feat: upgrade to react native 0.79
This was necessary because we had to use the newest iOS SDK, which had an issue with react-native, which was only fixed with the newest versions.

The move to new architecture has been hellish, but all appears to work. It requires more patches, and it shows which packages are currently maintained poorly. This goes especially for react-native-track-player. We're using a fork right now, but in order to make that work, we had to switch to pnpm.
2025-05-06 11:11:49 +02:00