fix: support themed Android system navigation bars - #85
Merged
Conversation
|
No dependency changes detected. Learn more about Socket for GitHub. 👍 No dependency changes detected in pull request |
originalix
reviewed
Aug 26, 2026
Contributor
Author
|
Addressed both P1 findings from the automated review in commit 6c570ab:
Validation completed:
The Socket obfuscated-code warning does not require a dependency change: @react-native/debugger-frontend 0.86.2 is an official React Native package sourced from facebook/react-native and is pinned transitively by @react-native/dev-middleware 0.86.2. The published debugger UI is bundled/minified, which is what triggers this heuristic; the package version and integrity are locked, so I am treating it as acceptable risk for this PR. |
Contributor
Author
|
@SocketSecurity ignore npm/@react-native/debugger-frontend@0.86.2 |
originalix
reviewed
Aug 28, 2026
# Conflicts: # CHANGELOG.md # example/react-native/ios/Podfile.lock # native-modules/native-logger/package.json # native-modules/react-native-aes-crypto/package.json # native-modules/react-native-app-update/package.json # native-modules/react-native-async-storage/package.json # native-modules/react-native-background-thread/ios/BackgroundThreadManager.h # native-modules/react-native-background-thread/ios/BackgroundThreadManager.mm # native-modules/react-native-background-thread/package.json # native-modules/react-native-bundle-crypto/package.json # native-modules/react-native-bundle-update/package.json # native-modules/react-native-check-biometric-auth-changed/package.json # native-modules/react-native-cloud-fs/package.json # native-modules/react-native-cloud-kit-module/package.json # native-modules/react-native-device-utils/package.json # native-modules/react-native-dns-lookup/package.json # native-modules/react-native-get-random-values/package.json # native-modules/react-native-keychain-module/package.json # native-modules/react-native-lite-card/package.json # native-modules/react-native-network-info/package.json # native-modules/react-native-network-throttle/package.json # native-modules/react-native-pbkdf2/package.json # native-modules/react-native-perf-memory/package.json # native-modules/react-native-perf-stats/package.json # native-modules/react-native-ping/package.json # native-modules/react-native-range-downloader/package.json # native-modules/react-native-sni-connect/package.json # native-modules/react-native-splash-screen/package.json # native-modules/react-native-split-bundle-loader/package.json # native-modules/react-native-tcp-socket/package.json # native-modules/react-native-zip-archive/package.json # native-views/react-native-auto-size-input/package.json # native-views/react-native-chart-webview/package.json # native-views/react-native-pager-view/package.json # native-views/react-native-perp-depth-bar/package.json # native-views/react-native-scroll-guard/package.json # native-views/react-native-segment-slider/package.json # native-views/react-native-skeleton/package.json # native-views/react-native-tab-view/package.json
originalix
approved these changes
Aug 31, 2026
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.
Summary
Android behavior
Runtime scope
This API belongs to the Android main/UI runtime and updates the current Activity Window. It must not be called from the isolated background runtime.
Release and integration
Validation