1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-09-16 08:56:40 +02:00

Mobile: Resolves #8791: Revert to react-native-sidemenu-updated for navigation drawers (#8820)

This commit is contained in:
Henry Heino
2023-09-11 00:53:53 -07:00
committed by GitHub
parent d448b8bd4e
commit 41dc96b441
11 changed files with 55 additions and 248 deletions

View File

@@ -10,9 +10,6 @@
import 'react-native-get-random-values';
import 'react-native-url-polyfill/auto';
// Set up required for react-native-drawer-layout (See: https://reactnavigation.org/docs/drawer-layout/ v6.x)
import 'react-native-gesture-handler';
import { LogBox, AppRegistry } from 'react-native';
const Root = require('./root').default;