Skip to content

Commit dafe3ce

Browse files
committed
package info
1 parent 566d86f commit dafe3ce

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-native-tab-view-easy",
33
"version": "0.1.2",
4-
"description": "react-native-tab-view-easy",
4+
"description": "A cross-platform Tab View component for React Native based on react-native-tab-view with easier syntax",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",
77
"types": "lib/typescript/src/index.d.ts",
@@ -32,7 +32,10 @@
3232
"keywords": [
3333
"react-native",
3434
"ios",
35-
"android"
35+
"android",
36+
"react-native-tab-view",
37+
"react-native-tab",
38+
"tabs"
3639
],
3740
"repository": "https://github.com/chr314/react-native-tab-view-easy",
3841
"author": "Christoforos Aslanov <christoforos@christoforos.dev> (https://github.com/chr314)",

0 commit comments

Comments
 (0)