eas build / monorepo / bare react native app

Hi,

I am trying to use eas to build a react-native app which is in a monorepo (made with yarn workspace)

At each step I have an error about expo:

Cannot determine which native SDK version your project uses because the module `expo` is not installed. Please install it with `yarn add expo` and try again.

Cannot find 'expo-modules-autolinking' package in your project, make sure that you have 'expo' package installed

I can go further by modifying manually app.json file : in fact eas cli is adding infos under an expo key, when I remove it and move data upper it works fine

I am wondering why eas-cli always tries to add an expo key

ok undestood, I was not running commands in app directory