birkir / react-native-carplay

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

How to use master branch package.json + yarn? #183

Closed KestasVenslauskas closed 4 months ago

KestasVenslauskas commented 4 months ago

There is some critical fixes on master branch, but there is no release yet. How to use master branch? When setting "react-native-carplay": "https://github.com/birkir/react-native-carplay.git#master", I get this error invalid package version undefined

DanielKuhn commented 4 months ago

Since react-native-carplay is a monorepo you need to use the package subdirectoy when bundling from a branch/commit. I'm using gitpkg: https://gitpkg.vercel.app/about/ I.e.: "react-native-carplay": "https://gitpkg.now.sh/birkir/react-native-carplay/packages/react-native-carplay?{COMMIT-SHA}",

birkir commented 4 months ago

There is going to be a release soon

KestasVenslauskas commented 4 months ago

@DanielKuhn It did helped! Thanks! Meanwhile really excited about new release!