Chirag Jain
Chirag Jain
@chdsbd came here searching for a feature to setup scheduled merges. like add automerge label but merge it a specific time instead of doing it immediately. maybe a separate label...
Also, at times `composition` could help extend a RN component. Not sure if this applies to Native Modal with RN Nav example. Both these techniques(category, composition) are used here: 1)...
> I’m unsure what dynamic does, but on client hydration any child components that should not be visible should not get mounted. I haven't tried it but I guess that's...
It would be nice to hear from the authors of ex-navigation as well. cc @skevy @notbrent (Disclaimer: I'm using ex-navigation in production but want the community to come up with...
> Navigator.push('ScreenA', props, { clearUntil: 'ScreenB' }); @lelandrichardson clearUntil sounds more or less close to `immediatelyResetStack` from current js navigation solutions which is different than replace. Also, i feel like...
`resetStack` and `replace` can happen at any moment just like `push`. It will be the responsibility of screen doing the pushing. eg: ```js Navigator.replace('ScreenTwo')} /> ``` In above example, screenone...
> To be clear, at airbnb the main use case is "success screens". Let's say we have a flow to have the user fill something out, and hit "submit". Once...
taking the same example: Here are the navigation steps that i'm targeting: 1. Home => A (push) (Home is reachable via pop) 2. A => B (push) (A is reachable...
when you have an animation like push, the expectation is that you should be able to go back to the previous screen. it depends on how you show the success...
@jhudsonWA I want to unzip rather than zip a directory. Yes, when `unzipping` i want the one file (test.json) to be in the same directory as destination directory.