Once you are ready on how you app works you are ready to publish it. This process is really simple with Expo. You need to create a free account.
Execute
npx expo doctor
If there are problems
npx expo doctor --fix-dependencies
Full docs here.
Execute
eas build --platform all
Full docs here
Execute
eas submit -p android
Full docs here