Skip to content

Commit

Permalink
docs: update key features (#237)
Browse files Browse the repository at this point in the history
## 📜 Description

Added info about `KeyboardAvoidingView` in README.

## 💡 Motivation and Context

There is only blogpost and API page describing `KeyboardAvoidingView`.
For new users it may be difficult to understand that such component is
available out-the-box from the package, so I've decided to add an info
into "Key Features" in README.

## 📢 Changelog

### Docs
- added info about `KeyboardAvoidingView` in README;

## 🤔 How Has This Been Tested?

Tested via github preview.

## 📸 Screenshots (if appropriate):

<img width="674" alt="image"
src="https://github.com/kirillzyusko/react-native-keyboard-controller/assets/22820318/d7c0bb23-40c9-43a4-9cb4-185c7b3bcb98">

## 📝 Checklist

- [x] CI successfully passed
  • Loading branch information
kirillzyusko committed Sep 14, 2023
1 parent a4e6bde commit 5e8d45d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Keyboard manager which works in identical way on both iOS and Android.
- module for changing soft input mode on Android 🤔
- reanimated support 🚀
- interactive keyboard dismissing 👆📱
- re-worked prebuilt components (such as `KeyboardAvoidingView`) 📚
- works with any navigation library 🧭
- and more is coming... Stay tuned! 😊

Expand Down

0 comments on commit 5e8d45d

Please sign in to comment.