Pavel Aksonov
Pavel Aksonov
Please try older XMPPFramework 3.7 (my forked version that works with XCode 9.3+) > On 5 Jun 2018, at 10:56, AAGSICON wrote: > > I followed the given instructions my...
Have you added this module to Podfile? > 6 июня 2018 г., в 11:13, AAGSICON написал(а): > > I tried with 3.7 earlier. But still getting error : 'XMPPFramework.h' file...
You have to add forked XMPPFramework AND this module pod > 6 июня 2018 г., в 11:22, AAGSICON написал(а): > > My podfile is as follows > > platform :ios,...
You may try animationEnabled = false with latest master. Unfortunately transitionConfig was removed from react-navigation API (used by RNRF)
PR is welcome
Thanks, but what about image placement? If i don’t pass image for TextInputWidget, it doesn’t show validation error (but i need it) > 13 февр. 2016 г., в 2:05, Farid...
Could we make it configurable via styles? It looks not good to cut & past only to customize location of image...
I just wanted to customize behavior - allow to use 'icon' or 'labelImage' for image and 'validationImage' for validation image and possibility to define different styles for them. This way...
It is even more about iOS animations. I tried to use parts of handlePan, but got reverse ordering of views during transition... > 20 июля 2017 г., в 0:40, Thomas...
Finally made it working via emulating of pan gestures via inherited UIPanGestureRecognizer. But it would be great to know how to do it with pure iOS animation.. ``` -(void)moveRight {...