Anton Patrushev

Results 23 comments of Anton Patrushev

@rossoneris `defaultbrowser safari` worked for me nicely! But when I tried to run something like this, it failed: ```bash $ defaultbrowser 'Safari Technology Preview' ``` Seems like it's not possible...

**UPD:** My bad, I realized it's possible to run ``` $ defaultbrowser ``` and it would print a list of aliases-names for all recognized installed browsers on your machine. So...

Wanna add some activity into this issue thread so would also left a comment 🙃 > Hey @troZee that looks like awesome work 👏 any timeline for it to land...

Sounds like a duplicate of this https://github.com/callstack/react-native-pager-view/issues/584 issue for adding a support for new RN `Fabric` Renderer

I'm on `0.69.5` RN, and just migrated from `"@react-navigation/native-stack": "6.8.0"` to `"@react-navigation/stack": "6.2.3"` packages since the first one doesn't work for me with New RCT Architecture enabled **at all** (Fabric...

Any updates here? Do you have any advice on how we can partially opt-in in Reanimated in Fabric while using Layout animations components working in Paper mode? @tomekzaw @bartlomiejbloniarz

Okay, I was able to reimplement some Layout animations with a set of components that run custom animations in the `useEffect` on `mount` and `unmount` phases. At least it replaced...

TBH, there is a struggle with `exiting` animation, since the component is removed from DOM faster than the animation launches