How to add add new packages in expo snack?

I want to use expo-av package in expo snack. However I know that after importing expo-av at App.js file. I have to add the expo-av at package.json file.

image

But I want to use packages like this one, in the App.js file without manually typing the version on package.json file.

Is there any way to add packages in expo snack automatically after import? If I am missing this feature please let me know.

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