Better way for installing expo packages (unimodules) directly from Github

I managed to install the latest versions from Github by cloning the entire Expo repository and then using local references in package.json, e.g.

"expo-av": "/Users/foo/Repositories/expo/packages/expo-av"

This seems overly complicated. There has to be a better way without me having to clone the entire (or parts) of the Expo repository. If anyone knows and could share here how to do that I would be most thankful. I have asked a similar question here where I describe the problem in more detail.

Cheers,
Dominik

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.