History log of /expo/ios/vendored/common/JKBigInteger.podspec.json (Results 1 – 1 of 1)
Revision Date Author Comments
# 7d4a8a19 16-Sep-2021 Kudo Chien <[email protected]>

[ios] upgrade amazon-cognito-identity-js native module (#14416)

# Why

upgrade modules for sdk 43 release
close [ENG-1890](https://linear.app/expo/issue/ENG-1890/upgrade-amazon-cognito-identity-j

[ios] upgrade amazon-cognito-identity-js native module (#14416)

# Why

upgrade modules for sdk 43 release
close [ENG-1890](https://linear.app/expo/issue/ENG-1890/upgrade-amazon-cognito-identity-js)

# How

- `et update-vendored-module -m amazon-cognito-identity-js -c [email protected]`
- update JKBigInteger which amazon-cognito-identity-js has local fork. fortunately, the upstream have the change just not published to cocoapods repository. i added a local podspec in `ios/vendored/common/JKBigInteger.podspec.json`.

# Test Plan

expo go ios build passed (both unversioned and versioned)

show more ...