Advertisement Β· 728 Γ— 90

Posts by Kiryl Ziusko

Yes, I had problems with plain Pressables too, but in the example project it works pretty well now.

I found that it could be because of the wrong styles or something like that, like when the parent view has 0x0 dimensions touches doesn't work.

But RNGH works well, I can confirm πŸ™‚

2 months ago 2 0 1 0

Yes, I think now it should be possible to make it completely in JS. Various picture-in-picture and similar UI patterns πŸ™‚

2 months ago 1 0 0 0
Video

I published a guide on how to build Instagram-like shared transitions in React Native across all three major platforms:
kirillzyusko.github.io/react-native...

Even Android Instagram and web don’t have this beauty implemented in their apps - but it’s possible in React Native. Check out how!

2 months ago 8 1 2 0

Alternatively you can try to use Virtual keyboard API (not sure if it works in webview, but maybe worth checking). Though be careful with iOS since Safari (and I assume WKWebView) doesn't support this API at all...

6 months ago 1 0 1 0

With WebView it's a tricker, but theoretically it should be possible. You just need to read layout synchronously and forward it to JS somehow. Something that I wanted to explore, but didn't find time for that πŸ€”

6 months ago 1 0 0 0

Yep, also curious if there are any features that are missing in the keyboard-controller that you would like to see? πŸ€”
Let me know in this thread πŸ‘‡

1 year ago 1 0 0 0
Video

It's finally here 😍

Now you can specify keyboard offset for interactive keyboard dismissal and it solves old pain points:
- multiline input can grow;
- you control the animation, so you can interpolate keyboard movement as you wish
- no strange mount animations 😎

Will come in 1.16.0 πŸ‘€

1 year ago 3 0 0 0

Fortunately right now the codebase doesn't have so much workarounds and transition from iOS 16 till iOS 18 was pretty smooth (except cases where iOS itself had issues with keyboard management) 😊

1 year ago 5 0 0 0
Advertisement

This is where `progress` value comes into play 😎

Really super-cool showcase 😍

1 year ago 4 0 0 0