Skip to content

Commit 3411336

Browse files
committed
docs: appjs conf talk in blogpost
1 parent 98df8d8 commit 3411336

File tree

1 file changed

+31
-0
lines changed
  • docs/blog/2025-06-14-keyboard-management-evolution

1 file changed

+31
-0
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
slug: keyboard-management-evolution
3+
title: Keyboard Management Evolution in React Native 🚀🪐💫
4+
authors: [kirill]
5+
tags: [react-native, keyboard]
6+
keywords:
7+
[
8+
react-native-keyboard-controller,
9+
keyboard management,
10+
keyboard management evolution,
11+
keyboard controller evolution,
12+
keyboard background view,
13+
keyboard extender,
14+
]
15+
---
16+
17+
**Ever wondered why keyboard behavior in React Native used to feel so unpredictable?**
18+
19+
In my talk **Keyboard Management Evolution in React Native** at [AppJS conf](https://appjs.co/), I invite you on a cosmic adventure — from the chaotic black holes of early keyboard handling to the sleek, stable solutions of the present day with teasing some of upcoming features.
20+
21+
Hop aboard the ship and join me for the ride!
22+
23+
<iframe
24+
width="560"
25+
height="315"
26+
src="https://www.youtube.com/embed/UTaJlqhTk2g"
27+
title="Keyboard management evolution in react-native"
28+
frameBorder="0"
29+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
30+
allowFullScreen
31+
/>

0 commit comments

Comments
 (0)