UNPKG

@hcaptcha/react-native-hcaptcha

Version:

hCaptcha Library for React Native (both Android and iOS)

9 lines (6 loc) 132 B
import { jest } from '@jest/globals'; jest.mock('react-native-webview', () => { return { WebView: () => 'WebView', }; });