PHP 7.4.33
Preview: mockNativeComponent.js Size: 851 B
/var/www/uibuilder.cmshelp.dk/httpdocs/node_modules/react-native/jest/mockNativeComponent.js
/**
 * Copyright (c) Meta Platforms, Inc. and affiliates.
 *
 * This source code is licensed under the MIT license found in the
 * LICENSE file in the root directory of this source tree.
 *
 * @format
 */

'use strict';

const React = require('react');

let nativeTag = 1;

export default viewName => {
  const Component = class extends React.Component {
    _nativeTag = nativeTag++;

    render() {
      return React.createElement(viewName, this.props, this.props.children);
    }

    // The methods that exist on host components
    blur = jest.fn();
    focus = jest.fn();
    measure = jest.fn();
    measureInWindow = jest.fn();
    measureLayout = jest.fn();
    setNativeProps = jest.fn();
  };

  if (viewName === 'RCTView') {
    Component.displayName = 'View';
  } else {
    Component.displayName = viewName;
  }

  return Component;
};

Directory Contents

Dirs: 1 × Files: 10
Name Size Perms Modified Actions
__tests__ DIR
- drwxr-xr-x 2025-03-28 11:04:42
Edit Download
876 B lrw-r--r-- 2025-03-28 11:04:42
Edit Download
687 B lrw-r--r-- 2025-03-28 11:04:42
Edit Download
2.08 KB lrw-r--r-- 2025-03-28 11:04:42
Edit Download
679 B lrw-r--r-- 2025-03-28 11:04:42
Edit Download
851 B lrw-r--r-- 2025-03-28 11:04:42
Edit Download
437 B lrw-r--r-- 2025-03-28 11:04:42
Edit Download
926 B lrw-r--r-- 2025-03-28 11:04:42
Edit Download
403 B lrw-r--r-- 2025-03-28 11:04:42
Edit Download
980 B lrw-r--r-- 2025-03-28 11:04:42
Edit Download
13.31 KB lrw-r--r-- 2025-03-28 11:04:42
Edit Download
If ZipArchive is unavailable, a .tar will be created (no compression).