-
Notifications
You must be signed in to change notification settings - Fork 217
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
App getting crashed in iOS 17.0 #188
Comments
This issue is related to the react-native-svg library that is being used to support the rendering of the QR code as a dependency with this library. This is already fixed with that library, you can read more about the issue and fix here software-mansion/react-native-svg#2117 The above should solve your problem if you are on react-native >= 0.63. If you are on version lower, I would advise you to at least upgrade the codebase to 0.63.5 or later depending upon your requirement. As the react-native-svg version incorporating this fix doesn't support Android on less than 0.63 versions. |
Hello! Do you use react-native-fast-image? Check this solution please: |
Hey @AlMel3000 Thanks for the answer, I was not using Fast Image in my project and all over the internet I could only found the fast image related solutions. |
I see. |
Error: Exception thrown while executing UI block: UIGraphicsBeginImageContext() failed to allocate CGBitampContext: size={0, 0}, scale=3.000000, bitmapInfo=0x2002. Use UIGraphicsImageRenderer to avoid this assert.
The text was updated successfully, but these errors were encountered: