You've already forked joplin
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:
@ -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';
|
||||
|
Reference in New Issue
Block a user