-
Notifications
You must be signed in to change notification settings - Fork 110
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
Android Auto breaking errors with rendering in latest React Native #200
Comments
Hello, I might be facing the same error as you on On what Are you getting the same error ?
|
@blakecallens Hey, I had the same issue. I managed to work around it by initiating as follows:
I hope that helps! |
Than you very much for your response ! @EliG-TA |
@EliG-TA hey, i had this working perfectly in older android devices, But crashing in android 14 device. Do you have any idea why this is happening? Thanks in advance. |
@bilalshams7 I have not tried it myself, although you can try something like this in the app entry point file:
|
Describe the bug
After manually implementing PR #196, Android Auto is no longer crashing the app, but the ListTemplate's
onItemSelect
is not being triggered when an item is tapped. In addition, the following error is displayed on the phone:"Android Auto" has not been registered.
(see screenshot below). This is regardless of the content of the list, including the example template. This may have to do with using React Native 74, which introduces a new version of the rendering engine.To Reproduce
Steps to reproduce the behavior:
Expected behavior
The ListTemplate should receive interaction and no errors should display on the phone.
Screenshots/Videos
CarPlay (please complete the following information):
Android Auto (please complete the following information):
The text was updated successfully, but these errors were encountered: