birkir / react-native-carplay

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

used bundle exec for pod install, fixed the wrong module name #172

Closed susonthapa closed 4 weeks ago

susonthapa commented 4 months ago

What has changed?

To install the pods in the example folder run the following commands.

bundle install
cd ios && bundle exec pod install && cd ..