We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 566d86f commit dafe3ceCopy full SHA for dafe3ce
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "react-native-tab-view-easy",
3
"version": "0.1.2",
4
- "description": "react-native-tab-view-easy",
+ "description": "A cross-platform Tab View component for React Native based on react-native-tab-view with easier syntax",
5
"main": "lib/commonjs/index",
6
"module": "lib/module/index",
7
"types": "lib/typescript/src/index.d.ts",
@@ -32,7 +32,10 @@
32
"keywords": [
33
"react-native",
34
"ios",
35
- "android"
+ "android",
36
+ "react-native-tab-view",
37
+ "react-native-tab",
38
+ "tabs"
39
],
40
"repository": "https://github.com/chr314/react-native-tab-view-easy",
41
"author": "Christoforos Aslanov <christoforos@christoforos.dev> (https://github.com/chr314)",
0 commit comments