[android][camera] Support screen flash on front camera#41667
Merged
alanjhughes merged 1 commit intomainfrom Dec 16, 2025
Merged
[android][camera] Support screen flash on front camera#41667alanjhughes merged 1 commit intomainfrom
alanjhughes merged 1 commit intomainfrom
Conversation
Collaborator
Author
This stack of pull requests is managed by Graphite. Learn more about stacking. |
Collaborator
|
The Pull Request introduced fingerprint changes against the base commit: f1afb83 Fingerprint diff[
{
"op": "changed",
"beforeSource": {
"type": "dir",
"filePath": "../../packages/expo-camera/android",
"reasons": [
"expoAutolinkingAndroid"
],
"hash": "28fcf542bf0540781ddd155cd23980d9f52b6779"
},
"afterSource": {
"type": "dir",
"filePath": "../../packages/expo-camera/android",
"reasons": [
"expoAutolinkingAndroid"
],
"hash": "aabb038681224cfa364cc9c5e0cab5c4c2cdf61f"
}
},
{
"op": "changed",
"beforeSource": {
"type": "dir",
"filePath": "../../packages/expo-camera/ios",
"reasons": [
"expoAutolinkingIos"
],
"hash": "5d42b53473049838fad013ff83981ad75e36c3cd"
},
"afterSource": {
"type": "dir",
"filePath": "../../packages/expo-camera/ios",
"reasons": [
"expoAutolinkingIos"
],
"hash": "805f65a17ce619b3e5ff4596371439d0d7500876"
}
}
]Generated by PR labeler 🤖 |
9a256c3 to
d5ba714
Compare
bef04f9 to
7126f7b
Compare
Contributor
|
Subscribed to pull request
Generated by CodeMention |
lukmccall
approved these changes
Dec 16, 2025
Collaborator
Author
Merge activity
|
d5ba714 to
cf7066f
Compare
aleqsio
pushed a commit
that referenced
this pull request
Dec 22, 2025
# Why Add support for screen flash on android when using the front facing camera. # How Add a new flash mode option `screen`. On iOS, this defaults to on. # Test Plan bare-expo
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.

Why
Add support for screen flash on android when using the front facing camera.
How
Add a new flash mode option
screen. On iOS, this defaults to on.Test Plan
bare-expo