react-native-tree-multi-select 2.0.2 → 2.0.4

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.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-tree-multi-select",
3
- "version": "2.0.2",
3
+ "version": "2.0.4",
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/module/index.js",
6
6
  "types": "./lib/typescript/src/index.d.ts",
@@ -107,7 +107,7 @@
107
107
  "patch-package": "^8.0.0",
108
108
  "prettier": "^3.3.3",
109
109
  "react": "18.2.0",
110
- "react-native": "^0.72.15",
110
+ "react-native": "0.78.2",
111
111
  "react-native-builder-bob": "^0.40.12",
112
112
  "react-test-renderer": "18.3.0",
113
113
  "release-it": "^18.1.2",