birkir / react-native-carplay

CarPlay with React Native
https://birkir.dev/react-native-carplay/
MIT License
642 stars 107 forks source link

SceneDelegate #82

Closed birkir closed 1 year ago

birkir commented 2 years ago

The previous CPApplicationDelegate has been deprecated for the new CPTemplateApplicationSceneDelegate.

CPApplicationDelegate only works for for iOS and iPadOS 12.0 - 13.0 while the new CPTemplateApplicationSceneDelegate implementation is supported for iOS and iPadOS 13.0+ onwards.

I have a working version of the library using the multi scene delegate and will be releasing it soon, but for future releases we will be speaking in terms of Scene delegates and mark previous implementation as legacy.

tomdye commented 2 years ago

Nice one @birkir , this will please a lot of people who have been struggling with using non map templates due to the delegate causing problems. I think it would be great too though if we could work to get the templates to work reactively rather than via useEffect etc but as this is a breaking change it would also need to be a major release.

birkir commented 2 years ago

https://github.com/birkir/react-native-carplay/pull/85

gavrichards commented 2 years ago

@birkir is there any news on this? :)

tomdangpropine commented 2 years ago

@birkir test on the latest version, only GridTemplate works, i tried MapTemplate and other templates but they didn't work

gavrichards commented 2 years ago

@birkir do you know when there will be further development with this? We're very keen to use it. Thanks!

gavrichards commented 2 years ago

Would you consider enabling the "Sponsor" button, so we could pay towards development? It's extremely important to us. Thanks.

pianoman80 commented 2 years ago

Hey @birkir Thanks for all your work on this. We would love to see this development continue, it is a very valuable asset for us. Would you consider some way for us to sponsor you to build this out?