UNPKG

react-native-tree-multi-select

Version:

Super-fast, customizable tree view component for React Native with drag-and-drop reordering, multi-selection, and search filtering.

17 lines (15 loc) 502 B
"use strict"; import "@testing-library/react-native/extend-expect"; import { configure } from "@testing-library/react-native"; // Skip host component auto-detection which fails in RN 0.78+ jest environment. // The type definition doesn't include hostComponentNames yet, but it works at runtime. configure({ hostComponentNames: { text: "Text", textInput: "TextInput", switch: "RCTSwitch", scrollView: "RCTScrollView", modal: "Modal" } }); //# sourceMappingURL=jest.setup.js.map