1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-07-16 00:14:34 +02:00

Mobile: Upgrade to React Native 0.79 (#12337)

This commit is contained in:
Henry Heino
2025-06-11 01:35:51 -07:00
committed by GitHub
parent caba91fdf6
commit 42a156c2bb
37 changed files with 1693 additions and 1718 deletions

View File

@ -2,7 +2,6 @@ import * as React from 'react';
import { describe, it, expect, beforeEach } from '@jest/globals';
import { act, fireEvent, render, screen, waitFor } from '@testing-library/react-native';
import '@testing-library/jest-native';
import NoteEditor from './NoteEditor';
import Setting from '@joplin/lib/models/Setting';