Skip to content

Commit 7457167

Browse files
authored
docs: blogpost for 1.5.0 (#138)
## 📜 Description Added blogpost for upcoming `1.5.0` version. ## 💡 Motivation and Context Just to make people aware about a new release and new features in this release 🤷‍♂️ ## 📢 Changelog ### Docs - added a new blogpost; ## 🤔 How Has This Been Tested? Tested on localhost:3000 🙂 ## 📸 Screenshots (if appropriate): <img width="782" alt="image" src="https://user-images.githubusercontent.com/22820318/230712848-46b3b543-894f-4161-abc5-1f0003b67567.png"> ## 📝 Checklist - [x] CI successfully passed
1 parent f0d9094 commit 7457167

File tree

1 file changed

+23
-0
lines changed
  • docs/blog/2023-04-10-interactive-keyboard

1 file changed

+23
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
slug: interactive-keyboard
3+
title: Interactive keyboard support
4+
authors: [kirill]
5+
tags: [react-native, keyboard, interactive, android, ios]
6+
---
7+
8+
I'm excited to announce that the upcoming release of `react-native-keyboard-controller`, version `1.5.0`, will include a new feature that allows users to control the position of the keyboard on the screen via gestures. This new interactive keyboard feature will make it easier for users to interact with the keyboard in a more natural and intuitive way, improving the overall user experience of your React Native app.
9+
10+
import Lottie from 'lottie-react';
11+
import lottie from '../../src/components/HomepageFeatures/interactive.json';
12+
13+
<div style={{ display: 'flex', justifyContent: 'center', marginBottom: 20 }}>
14+
<Lottie animationData={lottie} style={{ width: 400, height: 400 }} loop />
15+
</div>
16+
17+
<!--truncate-->
18+
19+
The interactive keyboard feature is customizable on Android 🤖, allowing developers to define how the gesture controls the keyboard position and how the view should be animated when the keyboard is moved. This new feature is particularly useful for chat and other apps that require precise control over the position of the keyboard. The addition of this new interactive keyboard feature will further enhance the library's capabilities and provide a more natural and intuitive user experience.
20+
21+
Stay tuned for more updates and be sure to check out our documentation for more information on how to use this new feature in your React Native app.
22+
23+
Thank you for choosing `react-native-keyboard-controller`! 😊

0 commit comments

Comments
 (0)