Aranda Morrison

Results 4 comments of Aranda Morrison

@TimLuq I'm getting the stack error on this WSDL: https://srv6.demo-attendant.advam.com/makeBooking/webservice/booking.wsdl Pretty sure it is a case of recursive types unfortunately.

I'm seeing this problem in the wild too and it seems to be related to large store states. How big is your store? We also have nested persist configs and...

Did you implement the component functions in the example? ``` componentWillReceiveProps(nextProps) { if (!this.props.isFocused && nextProps.isFocused) { // screen enter (refresh data, update ui ...) } if (this.props.isFocused && !nextProps.isFocused)...

Thanks for submitting @hubatruck. We can confirm that the update works well for our use case, and means all permission checks can be removed once targeting SDK 34. We haven't...