PopJoestar

Results 5 comments of PopJoestar

I use it in my react-native app and I have a huge performance gain when switching to dark mode or changing language in my app because it updates only the...

Hey, I am on SDK 48 and I have tried everything mentioned above but nothing worked for Android. After clicking on Continue in the webView, it dismiss as if everything...

For me, the webview redirection worked fine, but I got nothing in the `response` object (the object that should contain the access token)

For `country-picker` look at this PR https://github.com/xcarpentier/react-native-country-picker-modal/pull/379. For `PhoneInput`, I fixed it with a little hack: ``` constructor(props) { super(props); this.unmounted = false //add this this.state = { code: props.defaultCode...