-
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
CarPlay app fails to load unless the app is already open on the mobile device #149
Comments
@DanielKuhn @birkir any clue about this? |
My understanding is that react native always needs a native bridge to work. |
@DanielKuhn tried same scene files from podverse project but I am still getting the blank screen. I get this message in bundler Running "App" with {"rootTag":1,"initialProps":{}} in terminal but still it shows blank screen on CarPlay |
Sorry, I'm at a loss here. My advice would be: Try stripping away all code that is unrelated to startup and add line-by-line debugging. |
Could someone maybe update de readm, so we can know that a bridge need to be created and how thank you |
I got it working following this comment: Now Carplay can be opened without the need of the app. However, I'm facing a different issue with react native navigation that I still need to fix. |
After fiddling around with this topic for quite some time now, always in doubt of what's happening under the hood and seeing ever more questions around starting on CarPlay without having the app running on phone, I took the liberty to create (and document!) an example app which runs independently of the phone app and supports launching on CarPlay directly (without having the phone app running) in this PR: #158 |
@elieT27 I added a description of my understanding of rootViewController, rootView and window creation in the README of my new example app |
I am testing this on iOS simulator and also I tested the same on the real CarPlay in a car and the behaviour is same.
The text was updated successfully, but these errors were encountered: