I noticed that after selecting images there is no animation of transition to the application from native picker window. Perhaps this is done to prevent errors. If so, can you tell for which ones?
I added this animation by changing lines
[picker dismissViewControllerAnimated:NO completion:nil];
to
[picker dismissViewControllerAnimated:YES completion:nil];
in NativeGallery.mm
P.S. Thanks for plugin:)