Skip to content

Commit

Permalink
chore: update packageJSON description
Browse files Browse the repository at this point in the history
  • Loading branch information
ykhateeb committed Dec 12, 2023
1 parent 0b87d42 commit b9c608e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-native-keyboard-moving-view",
"version": "0.1.0",
"description": "react-native",
"description": "Out-of-the-box alternative to KeyboardAvoidingView, that provides identical behavior on both iOS and Android, with more extra features",
"main": "lib/commonjs/index",
"module": "lib/module/index",
"types": "lib/typescript/src/index.d.ts",
Expand Down Expand Up @@ -41,7 +41,8 @@
"keywords": [
"react-native",
"ios",
"android"
"android",
"keyboard"
],
"repository": "https://github.com/ykhateeb/react-native-keyboard-moving-view",
"author": "yazan <ykhateeb93@gmail.com> (https://github.com/ykhateeb)",
Expand Down

0 comments on commit b9c608e

Please sign in to comment.