Pavel Aksonov
Pavel Aksonov
Is it possible to do vertical cube transition with this module? Thanks
Is it possible to listen Realm object creation somehow? Object constructor is not called as well as property setters, realm sets values directly.
Because Javascript RegExp doesn't have it. I propose to use xregexp library instead: https://github.com/ansman/validate.js/pull/255
Javascript RexExp doesn't handle unicode characters well - it doesn't contain 'Letter' unicode category. This PR solves it, now you can use '^//pL+$' to accept only unicode letters.
I've decided to built flux/redux agnostic version and published 1.0 release of react-native-router-flux, please check, this component will not be supported anymore.
I like History state approach - ability to define some state like error handler, process error and then return to original state. However i've find out that it quits all...
Cannot set initial values, onValueChange is not called also (for text widget)
Sometime form could be large and text input could be invisible when keyboard is shown. How to fix it? I saw fixes like here: http://stackoverflow.com/questions/29313244/how-to-auto-slide-the-window-out-from-behind-keyboard-when-textinput-has-focus It would be nice to...
Great library! 1. I want to have x, v images on right corner (without replacing left image). So it could work even for missed left image. Is it possible? 2....
I propose each navigation view like StackView, TabView should declare needed input properties directly as Props: `goBack` (for StackView), `navigate`, `tabBarComponent` (for TabView) `state`, `descriptors` and remove generic `dispatch` (use...