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 ?