1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-07-03 23:50:33 +02:00

Chore: Mobile: Add NoteBodyViewer tests (#10747)

This commit is contained in:
Henry Heino
2024-07-18 01:44:13 -07:00
committed by GitHub
parent 480bf238f6
commit 821daeca94
30 changed files with 419 additions and 109 deletions

View File

@ -1,7 +1,7 @@
import * as React from 'react';
import { useCallback, useEffect, useMemo, useRef, useState } from 'react';
import { PluginHtmlContents, ViewInfo } from '@joplin/lib/services/plugins/reducer';
import ExtendedWebView, { WebViewControl } from '../../../components/ExtendedWebView';
import ExtendedWebView, { WebViewControl } from '../../ExtendedWebView';
import { ViewStyle } from 'react-native';
import usePlugin from '@joplin/lib/hooks/usePlugin';
import shim from '@joplin/lib/shim';