9 Commits
Author SHA1 Message Date
Lei Nelissen d323f5a285 feat: CarPlay and Android Auto (#334)
* feat: base carplay

* fix: android auto

* fix: directly reference redux store

* feat: icons instead of buttons

* fix: implement viewfactory so carplay app can start without phone app

* fix: mvoe react-native-auto-play to stable version
2026-02-07 22:26:47 +01:00
Lei Nelissen b75fb680a6 feat: react native 0.83, liquid glass 2026-01-25 19:04:55 +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 09a020afbb chore: remove react-native-fast-image patch 2025-05-24 00:15:08 +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
Lei Nelissen 34916e4ca0 fix: force react-native-skia to adhere to ndk version 2025-01-27 23:35:06 +01:00
Lei Nelissen 845eac70a0 fix: build with xcode 15.3 2024-03-10 22:54:02 +01:00
Lei Nelissen 1945cfd12c fix: re-enable sentry on ios build, fix react-native-flipper not building on ios 2024-02-02 18:49:46 +01:00
Lei Nelissen 67499b1103 fix: crash when fast-image fails to load an image
There is some weird behaviour in react-native-fast-image
which causes it to crash whenever the onError or
onLoadEnd prop is set. The issue is documented in
https://github.com/DylanVann/react-native-fast-image/issues/504.
2023-04-12 11:31:33 +02:00