Skip to content

Commit 3176ef9

Browse files
committed
docs: update package description
1 parent db81e17 commit 3176ef9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
![MIT License](https://img.shields.io/npm/l/@alkafinance/react-native-keyboard-aware-scroll-view.svg)
77
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
88

9-
Extension to React Native ScrollView that prevents inputs from being covered by the keyboard.
9+
React Native ScrollView extension that prevents inputs from being covered by the keyboard.
1010

1111
<img src="./.github/demo.gif" width="auto" height="640">
1212

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@alkafinance/react-native-keyboard-aware-scroll-view",
33
"version": "0.0.0-development",
4-
"description": "Extension to React Native ScrollView that prevents inputs from being covered by the keyboard",
4+
"description": "React Native ScrollView extension that prevents inputs from being covered by the keyboard",
55
"keywords": [
66
"react native",
77
"keyboard",

0 commit comments

Comments
 (0)