Antoine Taillefer

Results 19 comments of Antoine Taillefer

Close it, technically, no, but in the `_authorize` callback from the sample given in https://github.com/droibit/react-native-custom-tabs/issues/22#issuecomment-351932486, just use `setState` to rerender the current screen with any React Native components.

Don't think so, but why would you want to do this?

Yes that's the way, by handling the OAuth redirect URL with a listener that finally navigates to the another view once the flow is done, typically your app's home view:...

Hello, Unfortunately, we, at the [Nuxeo organization](https://github.com/nuxeo), are no more maintaining this repository, unless for critical security fixes. Maybe @peter-kehl, the other repository owner, could help? Otherwise, don't hesitate to...

Hi @peter-kehl, We were thinking about archiving the repository to prevent people from opening issues and pull requests that would never be handled, since neither you nor us are willing...

Yes, it seems that `ChangeText#addTextCarefully`, because of its recursivity, is not meant to deal with huge unbreakable strings, as this Base64 encoded image... The WARNING is unrelated.

Hi, I solved a similar issue by using this [fork](https://github.com/magrinj/react-native-swipeout), finding out that this specific [commit](https://github.com/magrinj/react-native-swipeout/commit/4173bd3736362467ee479b93f7b3a47a459145e8) did exactly what I needed: "Also implement the onMoveShouldSetPanResponderCapture to ensure that the swipeout...

https://github.com/dancormier/react-native-swipeout/issues/97#issuecomment-296043744 mentions that it has been fixed in version 2.0.13, have you tried it out?

@stuartrowe Thank you so much for allowing us to have Jenkins without any security warnings, we were thinking about implementing an alternative for this plugin :) @nrayapati Thanks for merging!