react-native-tree-multi-select 1.9.0-beta.1 → 1.9.0
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 +1 -1
package/README.md
CHANGED
|
@@ -274,7 +274,7 @@ Type: `boolean` OR `"indeterminate"`
|
|
|
274
274
|
- [ ] Prop to disable certain nodes from getting checked
|
|
275
275
|
- [x] Ref function to programatically expand/collapse a certain node
|
|
276
276
|
- [x] Ref function to programatically un/check a certain node
|
|
277
|
-
- [
|
|
277
|
+
- [x] Ref function to auto-scroll to a certain node's position - available in 1.9.0+
|
|
278
278
|
|
|
279
279
|
If you do not see what you want in the planned feature list, raise a feature request.
|
|
280
280
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-native-tree-multi-select",
|
|
3
|
-
"version": "1.9.0
|
|
3
|
+
"version": "1.9.0",
|
|
4
4
|
"description": "A super-fast, customizable tree view component for React Native with multi-selection, checkboxes, and search filtering capabilities.",
|
|
5
5
|
"main": "lib/commonjs/index.js",
|
|
6
6
|
"module": "lib/module/index.js",
|