History log of /expo/ios/versioned/sdk48/EXSQLite/ABI48_0_0EXSQLite.podspec.json (Results 1 – 2 of 2)
Revision Date Author Comments
# d9b937f3 16-Feb-2023 Kudo Chien <[email protected]>

Upgrade react native to 0.71.3 (#21227)

# Why

add fixes from react-native 0.71.3 for sdk 48.

# How

- [react-native-lab] mainly bump version. most changes between 0.71.2 <-> 0.71.3 are unrel

Upgrade react native to 0.71.3 (#21227)

# Why

add fixes from react-native 0.71.3 for sdk 48.

# How

- [react-native-lab] mainly bump version. most changes between 0.71.2 <-> 0.71.3 are unrelated native changes
- bump react-native 0.71.3
- bump jsc-android to 250231 which is 250230 but building with ndk r23
- re-version android and ios sdk 48 code because of react native version bump
- there are some stripe code changes because i didn't backport the changes when adding sdk 48 android code
- upload the new sdk 48 android aar to release page: https://github.com/expo/react-native/releases/tag/sdk-48.0.0
- [ci] fix `pod install` error on eas build because of hermes-engine bump - by disabling `cacheDefaultPaths` which caching old Podfile.lock file

# Test Plan

- ci passed
- android versioned expo go + sdk 48 ncl smoke test
- ios versioned expo go + sdk 48 ncl smoke test
- android versioned expo go + stripe example

show more ...


# fe5cfb17 06-Feb-2023 Tomasz Sapeta <[email protected]>

[ios] Add versioned code for SDK 48 (#21091)