Release 2026.04.09-13.26#149
Merged
Merged
Conversation
Expo audio
Upgrade Expo SDK, React Native 0.83, React 19.2, and all related dependencies. Enable React Compiler and Hermes V1. Remove babel.config.js (no longer needed). Fix Android playback restart on finish by pausing before seeking. Request notification permissions for background recording on Android. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Update Expo SDK 54 to 55 with bug fixes
Bumps the npm_and_yarn group with 1 update in the / directory: [picomatch](https://github.com/micromatch/picomatch). Updates `picomatch` from 2.3.1 to 2.3.2 - [Release notes](https://github.com/micromatch/picomatch/releases) - [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md) - [Commits](micromatch/picomatch@2.3.1...2.3.2) --- updated-dependencies: - dependency-name: picomatch dependency-version: 2.3.2 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
…n-66413a1f6e Bump picomatch from 2.3.1 to 2.3.2 in the npm_and_yarn group across 1 directory
Upgrade eslint from v8 to v9 and replace .eslintrc.js with eslint.config.js using eslint-config-expo/flat. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
AudioModule.requestNotificationPermissionsAsync() is Android-only and undefined on iOS, causing a TypeError crash. Guard the call with a Platform.OS check and use the top-level wrapper functions from expo-audio instead of calling AudioModule methods directly. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Fix iOS crash when starting audio recording
Background URL sessions (the default for expo-file-system uploads) fail with NSURLErrorDomain Code=-1 in release builds. Switch to foreground sessions since the user is actively waiting for the upload. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Fix upload failing in release builds
…lement error Wrap SecureStore read/write calls in try-catch so that if Keychain access fails (e.g., missing entitlement in Simulator release builds), the app falls through to the OAuth login flow instead of crashing. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Fix Dropbox upload failing in release builds
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.