All Questions
Tagged with carplay react-native
9 questions
0
votes
1
answer
96
views
React Native CarPlay app not loading JavaScript when phone app is closed
I'm developing a React Native app with CarPlay support using the react-native-carplay library. The CarPlay interface works correctly when the phone app is open, but it fails to load the JavaScript ...
0
votes
0
answers
40
views
Disconnect iPhone player when is phone connected to CarPlay device
I am working on radio app for iPhone.
app works fine on iPhone. Now I am supporting to CarPlay as well.
iPhone app is basically developed using ReactNative and using React-Native bridge I am ...
0
votes
0
answers
65
views
Display prompt on carplay device if user is not logged in App on phone, react native iOS swift
This is my first project in React-Native that too with CarPlay.
Now the code is already done by some other team.
My first task here is, whenever I open CarPlay app, I need to check if the user is ...
0
votes
1
answer
241
views
React Native App with implemented Carplay doesnt show content on carplay screen if IPhone App is terminated
Apps like Spotify, Tidal etc show content if the phone apps are terminated and i click on the App Icon in Carplay Simulator. My App doesnt so, it shows an empty screen. If the phone app is in ...
0
votes
1
answer
294
views
Why carplay and react native app crashes when click on app icon to open in carplay?
I am using react-native-carplay(^2.0.0) library for my react native app..
I made the setup as this library suggests and I run my App in different iOS simulators (iPhone 11, 12 in iOS versions 14.4, 14....
0
votes
1
answer
304
views
Adding CarPlay Simulator to my React Native App
I'm trying to add the CarPlay Simulator to my React Native app without success!
I've tried running this line of code in my Terminal, but it made no difference...
defaults write com.apple....
1
vote
1
answer
833
views
How can I do the configuration between React Native 0.60.0 and react-native-carplay?
How can I do the configuration between React Native 0.60.0 and react-native-carplay?
I'm following example from https://www.npmjs.com/package/react-native-carplay but I'm receiving error on Xcode. I ...
3
votes
1
answer
3k
views
React native supports to integrate with Android auto or not
I am trying to develop a carplay application using react native application
Facing Issues:
I have developed a react native application, but it is not getting integrated with the android auto ...
3
votes
2
answers
880
views
What's the likelihood of CarPlay support in RN?
We're building a mobile app that we need CarPlay and Android Auto support for. I noticed that there's very little in the way of documentation/discussion around CarPlay + RN, but it seems that RN ...