Is there a way to get aab file without using eas in expo

323 Views Asked by At

I am Posting Answer here
Yes We Can make .aab file without eas in expo

Steps

1.Go to the root folder of your Expo project.

2.Now change the directory to android using cd android

  1. Now write ./gradlew bundleRelease

4.Congrats your .aab file will be built. You can find your bundle file in 'android/app/build/outputs/bundle/app-release.aab' directory.

0

There are 0 best solutions below