MohGovIL / hamagen-react-native

Israel's Ministry of Health's COVID-19 Exposure Prevention App
https://health.gov.il/
MIT License
508 stars 153 forks source link

Use yarn registry for react-native-bluetooth-state-manager package #261

Open emanuelb opened 4 years ago

emanuelb commented 4 years ago

The package react-native-bluetooth-state-manager is delivered from git repo instead of yarn registry at: https://github.com/MohGovIL/hamagen-react-native/blob/40d0de490d47d53d2a005a57270b98a4176745f5/package.json#L46 https://github.com/MohGovIL/hamagen-react-native/blob/7d517d5e115a993aa2146d8cbae148992478f181/yarn.lock#L6713-L6715

This package that exists in yarn registry: https://yarnpkg.com/package/react-native-bluetooth-state-manager shows https://github.com/patlux/react-native-bluetooth-state-manager as git repo, which was forked and currently used from git repo in: https://github.com/greenyossi/react-native-bluetooth-state-manager

Opened issue about pushing the changes upstream & use it at #262