Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(Cross): [IOAPPX-347] Remove react-native-text-input-mask build …
…phase script on iOS (#6310) ## 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 - Remove the workaround from the `Build Phases`. ## How to test ```bash # If you store DeriveData with relative path to the project folder, otherwise use Xcode to clean the build > rm -rf ios/DerivedData > rm -rf ios/Pods > cd ios && bundler exec pod install && cd .. > yarn react-native run-ios ``` This should also fix a warning we receive when building the iOS app. Co-authored-by: Federico Mastrini <federicomastrini93@gmail.com> Co-authored-by: Alessandro <alessandro.izzo998@gmail.com>
- Loading branch information