add note moving.

This commit is contained in:
ammarahm-ed
2019-12-05 17:40:09 +05:00
parent 2fa528cd0c
commit 5191685f04
12 changed files with 544 additions and 193 deletions

View File

@@ -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',