I have a NX monorepo with a react native app. I need to install expo (cause I need to use some libs like ExpoAV) to the app, should I run yarn add expo at the workspace level or at the react-native app level?
What would be the right process to install, in general, dependencies that have their "stuff" to setup during an install?