react-goodbye
react-goodbye copied to clipboard
CarPlay with React Native
Bumps [urijs](https://github.com/medialize/URI.js) from 1.19.1 to 1.19.11. Release notes Sourced from urijs's releases. 1.19.11 (April 3rd 2022) SECURITY fixing URI.parse() handle excessive slashes in scheme-relative URLs - disclosed by zeyu2001 via...
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.7 to 1.5.10. Commits 8cd4c6c 1.5.10 ce7a01f [fix] Improve handling of empty port 0071490 [doc] Update JSDoc comment a7044e3 [minor] Use more descriptive variable name d547792 [security]...
I'm looking at integrating react-native-carplay into an EAS-powered Expo app. For some background, Expo started supporting custom native code for managed projects recently, and the mechanism that allows this to...
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...
When switching between lightmode and dark mode, there is an error with the coloration of the symbols and navigation panel colors. With this pull request, I have created some defaults,...
How to add a background for a template, change font size, progress bar, and custom components?
Now playing
Hi, is there any progress on the now playing template? i like to integrate it with react native track player to show now playing and cover art, but not sure...
Spotted these: - CPInstrumentClusterController (https://developer.apple.com/documentation/carplay/cpinstrumentclustercontroller) - CPTemplateApplicationInstrumentClusterScene (https://developer.apple.com/documentation/carplay/cptemplateapplicationinstrumentclusterscene) - CPInstrumentClusterControllerDelegate (https://developer.apple.com/documentation/carplay/cpinstrumentclustercontrollerdelegate) - CPTemplateApplicationInstrumentClusterSceneDelegate (https://developer.apple.com/documentation/carplay/cptemplateapplicationinstrumentclusterscenedelegate) Also more changes: - https://developer.apple.com/documentation/carplay/cpmaneuver/3921298-cardbackgroundcolor?changes=latest_major - https://developer.apple.com/documentation/carplay/cpalertaction/3967416-color?changes=latest_major
Adds additional functionality to the InformationTemplate for updating actions and items. A CPInformationTemplates items and actions can be updated by assigning it a new array. https://developer.apple.com/documentation/carplay/cpinformationtemplate/3664504-items https://developer.apple.com/documentation/carplay/cpinformationtemplate/3664502-actions
Bumps [simple-plist](https://github.com/wollardj/simple-plist) from 1.1.1 to 1.3.1. Release notes Sourced from simple-plist's releases. TypeScript This release is a rewrite of the JavaScript code into TypeScript code to add strong typing for...