react-native-tree-multi-select 0.5.0 → 0.5.3
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 +17 -1
- package/package.json +12 -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
|
|
|
@@ -119,6 +119,22 @@ See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the
|
|
|
119
119
|
|
|
120
120
|
MIT
|
|
121
121
|
|
|
122
|
+
## Support the project
|
|
123
|
+
|
|
124
|
+
<p align="center" valign="center">
|
|
125
|
+
<a href="https://liberapay.com/FutureJJ/donate">
|
|
126
|
+
<img src="https://liberapay.com/assets/widgets/donate.svg" alt="LiberPay_Donation_Button" width="100" >
|
|
127
|
+
</a>
|
|
128
|
+
|
|
129
|
+
<a href="https://github.com/JairajJangle/OpenCV-Catalogue/blob/master/.github/Jairaj_Jangle_Google_Pay_UPI_QR_Code.jpg">
|
|
130
|
+
<img src="https://img.uxwing.com/wp-content/themes/uxwing/download/brands-social-media/upi-icon.svg" alt="UPI_Donation_Button" width="70" >
|
|
131
|
+
</a>
|
|
132
|
+
|
|
133
|
+
<a href="https://www.paypal.com/paypalme/jairajjangle001/usd">
|
|
134
|
+
<img src="https://logos-world.net/wp-content/uploads/2020/07/PayPal-Logo-500x281.png" alt="Paypal_Donation_Button" width="100" >
|
|
135
|
+
</a>
|
|
136
|
+
</p>
|
|
137
|
+
|
|
122
138
|
---
|
|
123
139
|
|
|
124
140
|
Made with [create-react-native-library](https://github.com/callstack/react-native-builder-bob)
|
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.3",
|
|
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
|
],
|
|
@@ -161,5 +168,9 @@
|
|
|
161
168
|
"react-native-paper": "^5.9.1",
|
|
162
169
|
"react-native-safe-area-context": "^4.6.4",
|
|
163
170
|
"react-native-vector-icons": "^9.2.0"
|
|
171
|
+
},
|
|
172
|
+
"funding": {
|
|
173
|
+
"paypal": "https://www.paypal.com/paypalme/jairajjangle001/usd",
|
|
174
|
+
"liberapay": "https://liberapay.com/FutureJJ/donate"
|
|
164
175
|
}
|
|
165
176
|
}
|