1

For some reason the Expo team is not updating their packages on npm and I need to install directly from their Github repo. The packages are in the packages/package-name folders on the main Expo repository.

I put "expo-blur": "expo/expo packages/expo-blur" in package.json, but that also just uses the npm release. I asked a similar question here: https://forums.expo.io/t/recommended-way-for-using-expo-packages-straight-from-github/22022.

What do I need to put in package.json so that it uses the code from here: https://github.com/expo/expo/tree/master/packages/expo-blur ?

tk421
  • 5,557
  • 6
  • 23
  • 33
user473453
  • 824
  • 2
  • 11
  • 23
  • Possible duplicate of [How to install an npm package from GitHub directly?](https://stackoverflow.com/questions/17509669/how-to-install-an-npm-package-from-github-directly) – JJJ May 02 '19 at 13:12
  • No, that is not answering my question. The packages I need to install are not at the root of the Github repository, but in subfolders. How can I install them? – user473453 May 03 '19 at 20:16

0 Answers0