react-goodbye icon indicating copy to clipboard operation
react-goodbye copied to clipboard

CarPlay with React Native

Results 39 react-goodbye issues
Sort by recently updated
recently updated
newest added

Hi, I'm using 2.0.0 with RN 0.64.2 and Xcode 13 to test on the iOS 15 simulator. I'm fairly sure I've implemented everything according to the sample app, entitlement is...

Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.8.4 to 0.8.5. Release notes Sourced from shelljs's releases. v0.8.5 This was a small security fix for #1058. Commits 70668a4 0.8.5 d919d22 fix(exec): lockdown file permissions (#1060)...

dependencies

Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.8.4 to 0.8.5. Release notes Sourced from shelljs's releases. v0.8.5 This was a small security fix for #1058. Commits 70668a4 0.8.5 d919d22 fix(exec): lockdown file permissions (#1060)...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 5.0.0 to 5.0.1. Release notes Sourced from ansi-regex's releases. v5.0.1 Fixes (backport of 6.0.1 to v5) This is a backport of the minor ReDos vulnerability in ansi-regex@<6.0.1,...

dependencies

I wasn't able to figure out a way to render items in ListTemplate in the same way you would if you use '[CPListImageRowItem](https://developer.apple.com/documentation/carplay/cplistimagerowitem)'. Are there plans to bridge that ability...

Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tmpl&package-manager=npm_and_yarn&previous-version=1.0.4&new-version=1.0.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [color-string](https://github.com/Qix-/color-string) from 1.5.4 to 1.6.0. Release notes Sourced from color-string's releases. 1.6.0 Minor release 1.6.0 #55 - Add support for space-separated HSL Thanks @​htunnicliff for the contribution :) 1.5.5...

dependencies

Hi, I am trying yo add additional function to library. I want to open another app from my carplay app. So I added: ``` RCT_EXPORT_METHOD(launchmap:(NSString*)templateId) { CPTemplate *template = [[RNCPStore...

Hi, I am trying to use POI template same as in examples but app crash: ``` import { CarPlay, PointOfInterestTemplate } from 'react-native-carplay'; const template = new PointOfInterestTemplate({ title: 'Example',...