Metroのmodule解決
#wip
https://metrobundler.dev/docs/resolution/
よまなきゃ
ES Modules
がサポートされていない
#??
https://github.com/facebook/metro/issues/886
https://github.com/facebook/metro/issues/916
esmのみサポートしているライブラリを使うと以下のようなエラーが出る
While trying to resolve module xxx from file <path>, the package <path/package.json> was successfully found. However, this package itself specifies a 'main' module field that could not be resolved (<path>).
https://metrobundler.dev/docs/configuration#resolver-options
Expoでのimport文のaliasはBabelではなくMetroで設定する