Angus Johnston

Results 29 issues of Angus Johnston

hi, we've found in the app that when the dropdown is displayed - the user then needs to tap twice (minimally) for the tap gesture to be recognised. Are there...

we need to let a user tap on a day/date. eg. they tap on Wednesday. then we need to get (1) the previous saturday (2) the following friday --> and...

I just updated to 0.1.6 and now horizontal swipe isn't working on Android. (still works fine on iOS). ``` "react-native": "0.42.3",``` The component inside the ``````is very simple and looks...

:disappointed: bug

I may well have the syntax wrong here but at moment for iOS tests, this lib fails (doesn't crash, but also doesn't provide a resized image) if we specify a...

iOS is fine. Android crashes immediately anytime this call is made: ``` firestack.analytics.logEventWithName("home_view") .catch(err => console.log('You should never end up here')); ``` am using: ``` "name": "react-native-firestack", "version": "2.3.9", ```...

hi, another seeming showstopper. Has anyone seen this issue, where the Firestack (Firebase) iOS lib runs perfectly fine on simulator and fine on some iOS devices, **_but receives no data...

Really need someone's help to figure this one out. Our app has started crashing on device, but during dev all is good on sims. Narrowed it down to the listenForAuth...

It's listed in the README as being available, however I noticed in Firestack.m that the entire code block for remote config is commented out. What was the reason for removing...

we're building an app whereby its important that if one user makes a change to a Firebase ref, and another user has their device open and looking at the exact...

I'm using react-native-oauth to authenticate with Google and have it return the payload which contains an access_token. That is working fine. I am then using the access_token, to try and...