SDK 38 no bare option during process

When I m running expo eject with SDK 38 the process didn’t ask me which kind of export I want use. Like we can see on you documentation Bare Workflow Walkthrough - Expo Documentation.

expo-cli : 3.21.13

is it normal ?

expo eject
Your git working tree is clean
To revert the changes after this command completes, you can run the following:
  git clean --force && git reset --hard

✔ App configuration (app.json) updated.
✔ Created native project directories (./ios and ./android) and updated .gitignore.
✔ Added Metro bundler configuration.
✔ Updated package.json and added index.js entry point for iOS and Android.
✔ Installed JavaScript dependencies.