birkir / react-native-carplay

CarPlay with React Native
https://birkir.dev/react-native-carplay/
MIT License
669 stars 111 forks source link

does this work with expo? #24

Closed nh916 closed 3 years ago

nh916 commented 4 years ago

was wondering if this only works with react native cli or also export. Please let me know

birkir commented 4 years ago

This will probably not work with Expo in the near future, it needs entitlements and custom iOS code to work.

nh916 commented 4 years ago

its still a great start!

I am proud of you!

chownation commented 4 years ago

@nh916 can try ejecting and running in Expo Bare workflow with SDK39

martinthedinov commented 4 years ago

@nh916 can try ejecting and running in Expo Bare workflow with SDK39

@nh916 , I am running it with some Expo APIs (like expo-keep-awake) in parallel, in bare workflow, as @chownation suggests.