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 ...
Revert "[file-system][ios] Add utf-8 uri support (#21098)"This reverts commit 5d068ab1ef35b574b386e420808221beffd6ef70.
[file-system][ios] Add utf-8 uri support (#21098)# Why Closes https://github.com/expo/expo/issues/10476 # How This PR updates all iOS local uri instances (NSURL) to parse them using perce
[file-system][ios] Add utf-8 uri support (#21098)# Why Closes https://github.com/expo/expo/issues/10476 # How This PR updates all iOS local uri instances (NSURL) to parse them using percent-encoded characters when necessary, that way we're able to support paths like `fs.documentDirectory + "中文"`. This also updates # Test Plan Added a new `Create UTF-8 uri` button to NCL so we can test this
[ios] Add versioned code for SDK 48 (#21091)