[go][sqlite] fix broken state for ios expo go (#23885)# Why ios expo-go has a couple error in the mean time, this pr is to address them all. # How - `pod install` error: outdated podfile.l
[go][sqlite] fix broken state for ios expo go (#23885)# Why ios expo-go has a couple error in the mean time, this pr is to address them all. # How - `pod install` error: outdated podfile.lock since #23858 - build error from sqlite, since expo-go mixes ios builtin sqlite3 and community sqlite3. for example, sqlite3 `create_filename` is different. we should use older sqlite3 to make sure everything is compatible. - `char *(*create_filename)(const char*,const char*,const char*, int,const char**);` - `const char *(*create_filename)(const char*,const char*,const char*, int,const char**);` - missing some files to build for versioned expo-go, when testing with versioned expo-go. it will have runtime error because of missing modules. # Test Plan - ci passed - versioned expo go + NCL `EXPO_SDK_VERSION=UNVERSIONED npx expo start`
show more ...
Make expo go work on M1 simulator (#21249)Co-authored-by: Expo Bot <[email protected]>
Remove face detector from iOS Expo Go (#22619)Co-authored-by: Expo Bot <[email protected]>
[image] Update SDWebImage dependencies (#22576)
[ios] Fix SDWebImageAVIFCoder version in Expo Go
Upgrade react-native 0.71.7 (#22253)upgrade react-native 0.71.7 for ios hermes performance regression and samsung textinput issues: https://github.com/facebook/react-native/releases/tag/v0.71.7-
Upgrade react-native 0.71.7 (#22253)upgrade react-native 0.71.7 for ios hermes performance regression and samsung textinput issues: https://github.com/facebook/react-native/releases/tag/v0.71.7- update `[email protected]` in package.json- update our react-native fork to 0.71.7- re-version sdk 48 code because there are ios hermes changes and android java code changes- [skia] fix build error on xcode 14.3- [dev-menu][dev-launcher] update bundles- ci passed - cli and versioned ios client eas build are expected to fail on sdk-48.- android/ios versioned expo go + ncl(cherry picked from commit b0d7000924600e305b68b8a1f873d575bbfec7ec)
[apps][templates][go] bump to react-native 0.71.4 (#21781)bump [email protected] for sdk 48 patch release- bump packages - react-native: 0.71.3 -> 0.71.4 - metro-react-native-babel-preset:
[apps][templates][go] bump to react-native 0.71.4 (#21781)bump [email protected] for sdk 48 patch release- bump packages - react-native: 0.71.3 -> 0.71.4 - metro-react-native-babel-preset: 0.73.7 -> 0.73.8- [react-native-lab] mainly react-native bump and hermes bump- reversion ios and android sdk 48 code, mainly for versioned hermes.ci passedversioned expo go + ncl
[media-library] Backport fix for sortBy argument to SDK 48
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
Backport expo-modules-core to SDK 48 and remove tests from versioned code
Backport changes in expo-image and expo-gl to SDK 48
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)