-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(Cross): [IOAPPX-347] Remove react-native-text-input-mask build phase script on iOS #6310
base: master
Are you sure you want to change the base?
Conversation
Affected stories
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6310 +/- ##
==========================================
- Coverage 48.42% 47.72% -0.70%
==========================================
Files 1488 1608 +120
Lines 31617 32262 +645
Branches 7669 7452 -217
==========================================
+ Hits 15311 15398 +87
- Misses 16238 16822 +584
+ Partials 68 42 -26 see 1664 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
Short description
This PR removes the build script patch for
react-native-text-input-mask
which is a removed dependency.List of changes proposed in this pull request
Build Phases
.How to test
This should also fix a warning we receive when building the iOS app.