-
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
Information if app is launched from CarPlay #195
Comments
When you set up your AppDelegate via |
@DanielKuhn I've just noticed it can be distinguished by
while in repo's example app (not upgraded to the latest RN) initialProps are exactly the same
|
If that's good enough for you, fine. |
Ok, I've checked the linked PR. However, there any reason it hasn't been merged yet? |
I guess you'll need to get used to the fact that there's no "official" way to integrate CarPlay into a react native app. The way an app is started natively from CarPlay results in native implementations of Scene and AppDelegates which always need to be adjusted to the react native version you're using in your app. |
I wonder is there a way to obtain an info (e.g. in initialTags) if app is launched from CarPlay?
It would be useful to tune initialization logic up, e.g. to reduce startup time or get rid of SafeArea blocking children rendering in CarPlay problem (AppAndFlow/react-native-safe-area-context#135)
The text was updated successfully, but these errors were encountered: