UNPKG

@testing-library/react-native

Version:

Simple and complete React Native testing utilities that encourage good testing practices.

17 lines (15 loc) 424 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.nativeState = void 0; /** * Simulated native state for unmanaged controls. * * Values from `value` props (managed controls) should take precedence over these values. */ const nativeState = exports.nativeState = { valueForElement: new WeakMap(), contentOffsetForElement: new WeakMap() }; //# sourceMappingURL=native-state.js.map