Lucas Tulio
Lucas Tulio
A common problem with apps that are using this lib is that they lose their navigation stack after their ReactActivity is closed. Besides the inconvenience, one major problem of this...
At some point, the `backStacks` object can be null, making `backStacks.peek()` crash the app. I could not put my finger exactly on why this happens, but I suspect it's some...
Adds the `onHostDestroy` method call. Lacking this call can cause problems when using features that rely on your React lifecycle. Besides, we're already calling `onHostPause` and `onHostResume` so, for the...
When the server responds with `throw new Exception(...)`, the client is not being able to parse the JSON response.