Skip to content

Commit c299547

Browse files
authored
docs: Keyboard Management Evolution talk is available (blogpost) (#997)
## 📜 Description Added blogpost about Keyboard Management Evolution (AppJS conf talk). ## 💡 Motivation and Context In case if people missed it or want to re-watch it I share a link on youtube 😊 ## 📢 Changelog <!-- High level overview of important changes --> <!-- For example: fixed status bar manipulation; added new types declarations; --> <!-- If your changes don't affect one of platform/language below - then remove this platform/language --> ### Docs - added blogpost (link to youtube) about Keyboard Management Evolution (AppJS conf talk). ## 🤔 How Has This Been Tested? Manually on `localhost:3000`. ## 📸 Screenshots (if appropriate): <img width="790" alt="image" src="https://github.com/user-attachments/assets/98fe510b-8940-4a10-96bd-f880870276d9" /> ## 📝 Checklist - [x] CI successfully passed - [x] I added new mocks and corresponding unit-tests if library API was changed
1 parent 0e4cf89 commit c299547

File tree

1 file changed

+31
-0
lines changed
  • docs/blog/2025-06-28-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/W_Y0Y18aFV8"
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)