Open5
expo, react native

eas
( eas-cli
) の v2.9.0
から v3.1.1
へのupdate作業
v3.0.0
でbreaking change
# これだけ
-- eas update --republish --branch main
++ eas update:republish --branch main
v3.1.0
で新コマンド x 2 、新フラグ x1
eas update:configure
eas build:resign
-
eas update
に--channel
フラグ

String.replaceAll()
はAndroid未サポート
TypeError: phoneNumber.replaceAll is not a function. (In 'phoneNumber.replaceAll('-', '')', 'phoneNumber.replaceAll' is undefined)

For SDK 47 and lower, JSC is the default JavaScript engine and to use Hermes you need to add the jsEngine field in Expo config:
{
"expo": {
"jsEngine": "hermes"
}
}

keystoreの拡張子
PKCS12 or

アプリアイコンでalphaチャンネル使ってるとリジェクト
Asset validation failed (90717)
Invalid large app icon. The large app icon in the asset catalog in * can’t be transparent or contain an alpha channel. For details, visit: https://developer.apple.com/design/human-interface-guidelines/app-icons. (ID: ac736fb4-9dea-470e-ae31-bdd8b945b62d)
作成者以外のコメントは許可されていません