mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 23:19:40 +01:00
add note moving.
This commit is contained in:
@@ -60,7 +60,10 @@ export const Menu = ({colors, close = () => {}}) => (
|
||||
{
|
||||
name: 'Notebooks',
|
||||
icon: 'book',
|
||||
func: () => NavigationService.navigate('Folders'),
|
||||
func: () =>
|
||||
NavigationService.navigate('Folders', {
|
||||
title: 'Notebooks',
|
||||
}),
|
||||
},
|
||||
{
|
||||
name: 'Lists',
|
||||
|
||||
Reference in New Issue
Block a user