Add pod in EAS build

Hi, I am on a managed workflow (no android and ios folder).
Is it possible to add and install a pod library dynamically in the EAS build (or anywhere else)?
I am trying to use this library GitHub - shaqian/react-native-ssh-sftp: SSH/SFTP client for React Native that need to modify manually the podfile. But I don’t have it in the managed workflow.
Thank you!

It depends
If package works with react-native auto-linking then just adding it to package.json should work
if package requires some manual changes then those changes need to be automated via config plugins Config Plugins - Expo Documentation

In the repo you linked I don’t see any config-plugins setup so you would need to write it yourself

I looked for something like withPodfile to edit it but I didn’t find any.

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