feat: [IOPLT-1572] Adds expo-modules support and install expo-screen-capture#7840
Open
CrisTofani wants to merge 11 commits intomasterfrom
Open
feat: [IOPLT-1572] Adds expo-modules support and install expo-screen-capture#7840CrisTofani wants to merge 11 commits intomasterfrom
CrisTofani wants to merge 11 commits intomasterfrom
Conversation
Contributor
|
I think the |
Contributor
Jira Pull Request LinkThis Pull Request refers to Jira issues: |
Contributor
PR Title Validation for conventional commit type✅ All good! PR title follows the conventional commit type. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #7840 +/- ##
=======================================
Coverage 60.47% 60.47%
=======================================
Files 1942 1942
Lines 42840 42840
Branches 9823 9900 +77
=======================================
Hits 25907 25907
+ Misses 16854 16843 -11
- Partials 79 90 +11
... and 11 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
LeleDallas
reviewed
Feb 10, 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.
Note
This PR requires to elevate min iOS version to
15.1Short description
This PR installs expo and fixes related dependencies to build on both iOS and Android.
Furthermore in this PR the first expo-module has been installed, replacing previous react-native module.
expo-screen-capturetakes place ofreact-native-screenshot-preventremoving the related references and patch.List of changes proposed in this pull request
expo@pagopa/react-native-cieon iOSreact-native-screenshot-preventwithexpo-screen-captureHow to test
To test the PR follow these steps:
node_modulesrunninngrm -rf node_modulescd ios; rm -rf Pods; rm -rf DerivedDatayarn installyarn dev:pod-install