fotiDim / AutomakerCarPlayUnleashed

7 stars 2 forks source link

About ui library #1

Open stoneWeb opened 6 months ago

stoneWeb commented 6 months ago

Is there a way to use React-native to develop interfaces?

fotiDim commented 6 months ago

@stoneWeb you can follow the same method as in my Flutter article.

CarPlay displays native iOS Views which are rendered on phone so if you embed a React Native view inside the native view it should appear on the car's screen. Hope that helps!

stoneWeb commented 6 months ago

Can you give me react native examples? Because I can't open Flutter article because my account doesn't have enough permissions.