Carmine Rumma
Carmine Rumma
UIGraphicsBeginImageContextWithOptions Patch
## Environment **[iOS]** react-native-vector-icons: 10.0.2 ## Description Crashes the app, as IOS has deprecated UIGraphicsBeginImageContextWithOptions from IOS 17. ## Patch ```diff diff --git a/RNVectorIconsManager/RNVectorIconsManager.mm b/RNVectorIconsManager/RNVectorIconsManager.mm index 73b94c4..99bd769 100644 --- a/RNVectorIconsManager/RNVectorIconsManager.mm...
Hi! 👋 Firstly, thanks for your work on this project! 🙂 In order to solve the warnings as per issue's title, here is the diff that solved them: ```diff diff...
Hi! 👋 Firstly, thanks for your work on this project! 🙂 Here is the diff that avoid typing's warnings on props `data` and `renderItem`: ```diff diff --git a/node_modules/@react-native-seoul/masonry-list/lib/index.d.ts b/node_modules/@react-native-seoul/masonry-list/lib/index.d.ts index...
Hi! 👋 Here is the diff that solved my problem: ```diff diff --git a/node_modules/react-native-lightbox/LightboxOverlay.js b/node_modules/react-native-lightbox/LightboxOverlay.js index 9e01f9a..a84fd9d 100644 --- a/node_modules/react-native-lightbox/LightboxOverlay.js +++ b/node_modules/react-native-lightbox/LightboxOverlay.js @@ -99,7 +99,8 @@ export default class LightboxOverlay...
Hi! 👋 Firstly, thanks for your work on this project! 🙂 **TypeError: undefined is not an object (evaluating '_reactNative.Image.resizeMode.cover') Here is the diff that solved my problem:** ```diff diff --git...