Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Button Back issue #221

Open
DoHue97 opened this issue Jan 8, 2025 · 0 comments
Open

Button Back issue #221

DoHue97 opened this issue Jan 8, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@DoHue97
Copy link

DoHue97 commented Jan 8, 2025

Sometime when i tried to click back button (eg: ListTemplate) and the Android Auto is loading and loading
"react-native": "0.71.18",
"react-native-carplay": "^2.4.1-beta.0",

Screen.Recording.2025-01-08.at.11.22.47.mov

and here is my template:
import { ListTemplate } from 'react-native-carplay';
const sections = Array.from({ length: 26 }).map((, i) => ({
header: Header ${String.fromCharCode(97 + i).toLocaleUpperCase()},
items: Array.from({ length: 3 }).map((
, j) => ({
text: Item ${j + 1},
})),
sectionIndexTitle: String.fromCharCode(97 + i).toLocaleUpperCase(),
}));
export const releasePumpTemplate = new ListTemplate({
sections,
title: 'Release Pump',
headerAction: { type: 'back' },
});

@DoHue97 DoHue97 added the bug Something isn't working label Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant