Maxim

Results 32 comments of Maxim

I am trying to achieve just the same, my optimal password reset flow would be: 1. user requests reset mail from the app 2. user receives email and clicks the...

holy moly, this cost me so much brain damage actually. this lets you run into wall when you do any other requests than to the api you are authenticated with.

For me, neither login nor logout events are being triggered (only on a real device though). I need to do my stuff in the promise callback.

Same issue here, if I change the window height (e.g. make it bigger), the sticky container jumps after it reaches the end of the initial window height. PS.: I mean...

For me, nor the drag is reacting to changes in the data-drag attribute. I have something like that: ``` javascript $scope.textIsDraggable = function(index) { return $scope.draggableText == index; } ```...

This is a large eyesore for me, does anyone have an idea how to handle this?

Yes that would be great. So we can have different env configs for simulator testing or device testing :)

@patsissons for me your solution from here https://github.com/istanbuljs/babel-plugin-istanbul/issues/116#issuecomment-385741823 did it (thanks! 👍). i hope though, this is just a temporary fix.

Not sure how nobody else is discussing this atm, but here is my take: My simple take on this is that for me RN is a platform and should *be...

> Even though those are valid reasons, we probably won't see this feature in react native core. There will be a library (maybe by react-native-community) to do this because of...