Paul Todd
Paul Todd
I noticed that when the first weekday is a sunday an extra week is added in front. The fix is to do a modulus on the daysBefore so if it...
When I change the autoplay property from outside the component ``` 0) { this.timer = setTimeout(this._animateNextPage, nextProps.delay); } else { clearTimeout(this.timer); } } // END } ```
When the AUTH_CHANGED_EVENT returns back the result of the callback in userPropsFromFIRUserWithToken the "errorMessage" response looks for a localizedFailureReason property on the error object which is not present and an...
It would be helpful to have the controller constructor as const to drop the warning when I am using it.
Hi, Great library! Especially now supporting multiple loggers. However I have a feature suggesting in that I would like to be able to only log certain levels of errors. Ideally...
Hi, Does anyone have a simple example of how to create a master view (list) that when selected goes to another view with a header - ie emulating the IOSNavigator...