react-native-tree-multi-select 0.5.0 → 0.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +8 -1
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Tree view with multi selection using checkbox + search filtering.
|
|
4
4
|
|
|
5
|
-
 
|
|
5
|
+
[](https://badge.fury.io/js/react-native-tree-multi-select) 
|
|
6
6
|
|
|
7
7
|
## Demo
|
|
8
8
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-native-tree-multi-select",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.2",
|
|
4
4
|
"description": "Tree view with multi selection using checkbox",
|
|
5
5
|
"main": "lib/commonjs/index",
|
|
6
6
|
"module": "lib/module/index",
|
|
@@ -40,6 +40,13 @@
|
|
|
40
40
|
},
|
|
41
41
|
"keywords": [
|
|
42
42
|
"react-native",
|
|
43
|
+
"tree-view",
|
|
44
|
+
"tree-select",
|
|
45
|
+
"react-tree-view",
|
|
46
|
+
"react-native-tree-view",
|
|
47
|
+
"react-native-tree-select",
|
|
48
|
+
"react-native-tree-checkbox",
|
|
49
|
+
"react-checkbox-tree",
|
|
43
50
|
"ios",
|
|
44
51
|
"android"
|
|
45
52
|
],
|