Aleksandr Termenzhy

Results 5 comments of Aleksandr Termenzhy

Hello! I'd like to bring attention to this discussion once again. It would be so nice to have fully non-interactive execution while still having full control over the options. As...

@ChrisLFieldsII Hello! Would you please advise on you patch. I'm trying to implement it in my app in order to get PN work on Android 12+. So my question is...

Hey! It looks like the issue with callbacks is fixed with #1891. But there is still unnecessary re-renders are happening because of `marking` prop. `` component itself is wrapped with...

Hey @peacechen, I wonder, given this incompatibility with the pre-3 versions of the `date-fns`, is there any reason for not updating `peerDependancies` of the library to something more specific: ```json...

It seems like there is one more change required. Pls, correct me if I'm wrong: ``` diff --git a/node_modules/react-native-image-picker/ios/ImagePickerManager.m b/node_modules/react-native-image-picker/ios/ImagePickerManager.m index 112660a..7a26302 100644 --- a/node_modules/react-native-image-picker/ios/ImagePickerManager.m +++ b/node_modules/react-native-image-picker/ios/ImagePickerManager.m @@ -126,7 +126,7...