Chirag Jain

Results 143 comments of Chirag Jain
trafficstars

@esutton happy to help. feel free to send PRs

There might be something else going on. I haven't seen anything like this before tho. Suggest reproducing on your device.

Do you have any handlers for `AppState`? I suspect that you are pushing new routes/tabs or something when AppState is active.

refer: https://github.com/expo/ex-navigation/pull/445

related:https://github.com/exponent/ex-navigation/pull/182

can you share your setup/code?

cc @skevy ``` Warning: setState(...): Can only update a mounted or mounting component. This usually means you called setState() on an unmounted component. This is a no-op. Please check the...

@alexei-led problem with initContainers is that there is no equivalent terminateContainer. @sdminonne @clamoriniere1A ideally something that runs outside the context of the step(job/pod). We can add a pre-processing/post-processing step tho....

@alexei-led Thanks for the note. I think the use case here is to execute some control logic before the step container command executes. `postStart` hook is too late for that....