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

@ -3,7 +3,6 @@ import * as React from 'react';
import { _ } from '@joplin/lib/locale';
import { act, fireEvent, render, waitFor } from '@testing-library/react-native';
import { expect, describe, beforeEach, test, jest } from '@jest/globals';
import '@testing-library/jest-native/extend-expect';
import { createNTestNotes, setupDatabaseAndSynchronizer, switchClient } from '@joplin/lib/testing/test-utils';
import Folder from '@joplin/lib/models/Folder';
import configScreenStyles from '../configScreenStyles';