Relative Content

Tag Archive for react-nativeexpocicdeas

How can I configure ssh agent in expo’s eas?

My project depends on a module stored in a private GitHub repo. and it’s downloaded via ssh (git+ssh://[email protected]…). How can I configure eas build to setup an ssh-agent to facilitate this download when installing dependencies on the eas servers?