I got this error
Modal was presented with 0x2 orientations mask but the application only supports 0x18. Add more interface orientations to your app's Info. plist to fix this. NOTE: This will crash in non-dev mode.
So, I used patch-package to patch react-native-phone-number-input@2.1.0 for the project I'm working on.
I got this error
Modal was presented with 0x2 orientations mask but the application only supports 0x18. Add more interface orientations to your app's Info. plist to fix this. NOTE: This will crash in non-dev mode.
So, I used patch-package to patch
react-native-phone-number-input@2.1.0
for the project I'm working on.Here is the diff that solved my problem:
This issue body was partially generated by patch-package.