LoginSignup
10
5

More than 3 years have passed since last update.

ReactNative Expo で Android App Bundlesを使用したい時

Last updated at Posted at 2019-09-09

はじめに

Androidの通常のビルドであれば以下のコマンドで可能です。

expo build:android

Expo SDK33からは Android App Bundles が使用出来る様になりましたので以下のオプションを追加する事によりAndroid App Bundlesファイルが生成されます。(拡張子 .aab)

expo build:android -t app-bundle

APKの場合、54.2MB

img.png

AABの場合、31.2〜32.6MBに最適化される。

img.png

APK最適化されていないと表示された場合は試してください!

「APKが最適化されていません」と表示されますので、APKではなくAABファイルを生成しましょう。
img.png

参考URL
10
5
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
10
5