Provide Clear documentation on dependencies when ejecting
Philipp Omenitsch
When ejecting the user is faced with very bad documentation: https://docs.expo.io/versions/v35.0.0/bare/customizing/
It ejects the app yes, but it should also provide instructions on how to build the app with android studio, which sdks and especially which versions are required for every SDK version
Sébastien Lorber
When ejecting you have a RN app. You should follow the regular RN doc. The Expo team tries to make the bare workflow as close to regular RN as possible. It's not so far either with Expokit
Philipp Omenitsch
Sébastien Lorber: The problem is that for example sentry-expo is not supported, also for example the android project requires androidx imports (basically you are required to run jetifier) this is not documented in the eject documentation, maybe an FAQ would be a good place to start?