refactor: migrate to theme-ui from rebass

This commit is contained in:
Abdullah Atta
2022-08-31 06:33:37 +05:00
parent 79f8b5e95e
commit d81f5dba65
865 changed files with 18115 additions and 23501 deletions

View File

@@ -1,3 +1,24 @@
const LICENSE = [
"",
"This file is part of the Notesnook project (https://notesnook.com/)",
"",
"Copyright (C) 2022 Streetwriters (Private) Limited",
"",
"This program is free software: you can redistribute it and/or modify",
"it under the terms of the GNU General Public License as published by",
"the Free Software Foundation, either version 3 of the License, or",
"(at your option) any later version.",
"",
"This program is distributed in the hope that it will be useful,",
"but WITHOUT ANY WARRANTY; without even the implied warranty of",
"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the",
"GNU General Public License for more details.",
"",
"You should have received a copy of the GNU General Public License",
"along with this program. If not, see <http://www.gnu.org/licenses/>.",
""
];
module.exports = { module.exports = {
env: { env: {
browser: true, browser: true,
@@ -28,7 +49,7 @@ module.exports = {
"detox", "detox",
"jest", "jest",
"react-native", "react-native",
"license-header", "header",
"react-hooks" "react-hooks"
], ],
rules: { rules: {
@@ -57,7 +78,7 @@ module.exports = {
semi: ["error", "always"], semi: ["error", "always"],
"@typescript-eslint/no-empty-function": "off", "@typescript-eslint/no-empty-function": "off",
"react/prop-types": "off", "react/prop-types": "off",
"license-header/header": ["error", "./resources/license-header.js"] "header/header": ["error", "block", LICENSE, 1]
}, },
settings: { settings: {
react: { react: {

View File

@@ -1,19 +1,20 @@
/* This file is part of the Notesnook project (https://notesnook.com/) /*
* This file is part of the Notesnook project (https://notesnook.com/)
* Copyright (C) 2022 Streetwriters (Private) Limited
* Copyright (C) 2022 Streetwriters (Private) Limited
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by This program is free software: you can redistribute it and/or modify
* the Free Software Foundation, either version 3 of the License, or it under the terms of the GNU General Public License as published by
* (at your option) any later version. the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of This program is distributed in the hope that it will be useful,
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the but WITHOUT ANY WARRANTY; without even the implied warranty of
* GNU General Public License for more details. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
import React, { useEffect } from "react"; import React, { useEffect } from "react";

File diff suppressed because one or more lines are too long

View File

@@ -1,19 +1,20 @@
/* This file is part of the Notesnook project (https://notesnook.com/) /*
* This file is part of the Notesnook project (https://notesnook.com/)
* Copyright (C) 2022 Streetwriters (Private) Limited
* Copyright (C) 2022 Streetwriters (Private) Limited
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by This program is free software: you can redistribute it and/or modify
* the Free Software Foundation, either version 3 of the License, or it under the terms of the GNU General Public License as published by
* (at your option) any later version. the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of This program is distributed in the hope that it will be useful,
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the but WITHOUT ANY WARRANTY; without even the implied warranty of
* GNU General Public License for more details. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
import { Platform } from "react-native"; import { Platform } from "react-native";

View File

@@ -1,19 +1,20 @@
/* This file is part of the Notesnook project (https://notesnook.com/) /*
* This file is part of the Notesnook project (https://notesnook.com/)
* Copyright (C) 2022 Streetwriters (Private) Limited
* Copyright (C) 2022 Streetwriters (Private) Limited
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by This program is free software: you can redistribute it and/or modify
* the Free Software Foundation, either version 3 of the License, or it under the terms of the GNU General Public License as published by
* (at your option) any later version. the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of This program is distributed in the hope that it will be useful,
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the but WITHOUT ANY WARRANTY; without even the implied warranty of
* GNU General Public License for more details. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
import { Platform } from "react-native"; import { Platform } from "react-native";

View File

@@ -1,19 +1,20 @@
/* This file is part of the Notesnook project (https://notesnook.com/) /*
* This file is part of the Notesnook project (https://notesnook.com/)
* Copyright (C) 2022 Streetwriters (Private) Limited
* Copyright (C) 2022 Streetwriters (Private) Limited
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by This program is free software: you can redistribute it and/or modify
* the Free Software Foundation, either version 3 of the License, or it under the terms of the GNU General Public License as published by
* (at your option) any later version. the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of This program is distributed in the hope that it will be useful,
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the but WITHOUT ANY WARRANTY; without even the implied warranty of
* GNU General Public License for more details. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
import Database from "@notesnook/core/api/index"; import Database from "@notesnook/core/api/index";

View File

@@ -1,19 +1,20 @@
/* This file is part of the Notesnook project (https://notesnook.com/) /*
* This file is part of the Notesnook project (https://notesnook.com/)
* Copyright (C) 2022 Streetwriters (Private) Limited
* Copyright (C) 2022 Streetwriters (Private) Limited
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by This program is free software: you can redistribute it and/or modify
* the Free Software Foundation, either version 3 of the License, or it under the terms of the GNU General Public License as published by
* (at your option) any later version. the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of This program is distributed in the hope that it will be useful,
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the but WITHOUT ANY WARRANTY; without even the implied warranty of
* GNU General Public License for more details. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
import { Platform } from "react-native"; import { Platform } from "react-native";

View File

@@ -1,19 +1,20 @@
/* This file is part of the Notesnook project (https://notesnook.com/) /*
* This file is part of the Notesnook project (https://notesnook.com/)
* Copyright (C) 2022 Streetwriters (Private) Limited
* Copyright (C) 2022 Streetwriters (Private) Limited
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by This program is free software: you can redistribute it and/or modify
* the Free Software Foundation, either version 3 of the License, or it under the terms of the GNU General Public License as published by
* (at your option) any later version. the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of This program is distributed in the hope that it will be useful,
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the but WITHOUT ANY WARRANTY; without even the implied warranty of
* GNU General Public License for more details. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
import { Platform } from "react-native"; import { Platform } from "react-native";

View File

@@ -1,19 +1,20 @@
/* This file is part of the Notesnook project (https://notesnook.com/) /*
* This file is part of the Notesnook project (https://notesnook.com/)
* Copyright (C) 2022 Streetwriters (Private) Limited
* Copyright (C) 2022 Streetwriters (Private) Limited
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by This program is free software: you can redistribute it and/or modify
* the Free Software Foundation, either version 3 of the License, or it under the terms of the GNU General Public License as published by
* (at your option) any later version. the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of This program is distributed in the hope that it will be useful,
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the but WITHOUT ANY WARRANTY; without even the implied warranty of
* GNU General Public License for more details. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
import NetInfo from "@react-native-community/netinfo"; import NetInfo from "@react-native-community/netinfo";

View File

@@ -1,19 +1,20 @@
/* This file is part of the Notesnook project (https://notesnook.com/) /*
* This file is part of the Notesnook project (https://notesnook.com/)
* Copyright (C) 2022 Streetwriters (Private) Limited
* Copyright (C) 2022 Streetwriters (Private) Limited
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by This program is free software: you can redistribute it and/or modify
* the Free Software Foundation, either version 3 of the License, or it under the terms of the GNU General Public License as published by
* (at your option) any later version. the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of This program is distributed in the hope that it will be useful,
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the but WITHOUT ANY WARRANTY; without even the implied warranty of
* GNU General Public License for more details. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
import { import {

View File

@@ -1,19 +1,20 @@
/* This file is part of the Notesnook project (https://notesnook.com/) /*
* This file is part of the Notesnook project (https://notesnook.com/)
* Copyright (C) 2022 Streetwriters (Private) Limited
* Copyright (C) 2022 Streetwriters (Private) Limited
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by This program is free software: you can redistribute it and/or modify
* the Free Software Foundation, either version 3 of the License, or it under the terms of the GNU General Public License as published by
* (at your option) any later version. the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of This program is distributed in the hope that it will be useful,
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the but WITHOUT ANY WARRANTY; without even the implied warranty of
* GNU General Public License for more details. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
import { Platform } from "react-native"; import { Platform } from "react-native";

View File

@@ -1,19 +1,20 @@
/* This file is part of the Notesnook project (https://notesnook.com/) /*
* This file is part of the Notesnook project (https://notesnook.com/)
* Copyright (C) 2022 Streetwriters (Private) Limited
* Copyright (C) 2022 Streetwriters (Private) Limited
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by This program is free software: you can redistribute it and/or modify
* the Free Software Foundation, either version 3 of the License, or it under the terms of the GNU General Public License as published by
* (at your option) any later version. the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of This program is distributed in the hope that it will be useful,
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the but WITHOUT ANY WARRANTY; without even the implied warranty of
* GNU General Public License for more details. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
import RNFetchBlob from "rn-fetch-blob"; import RNFetchBlob from "rn-fetch-blob";

View File

@@ -1,19 +1,20 @@
/* This file is part of the Notesnook project (https://notesnook.com/) /*
* This file is part of the Notesnook project (https://notesnook.com/)
* Copyright (C) 2022 Streetwriters (Private) Limited
* Copyright (C) 2022 Streetwriters (Private) Limited
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by This program is free software: you can redistribute it and/or modify
* the Free Software Foundation, either version 3 of the License, or it under the terms of the GNU General Public License as published by
* (at your option) any later version. the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of This program is distributed in the hope that it will be useful,
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the but WITHOUT ANY WARRANTY; without even the implied warranty of
* GNU General Public License for more details. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
import RNFetchBlob from "rn-fetch-blob"; import RNFetchBlob from "rn-fetch-blob";

View File

@@ -1,19 +1,20 @@
/* This file is part of the Notesnook project (https://notesnook.com/) /*
* This file is part of the Notesnook project (https://notesnook.com/)
* Copyright (C) 2022 Streetwriters (Private) Limited
* Copyright (C) 2022 Streetwriters (Private) Limited
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by This program is free software: you can redistribute it and/or modify
* the Free Software Foundation, either version 3 of the License, or it under the terms of the GNU General Public License as published by
* (at your option) any later version. the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of This program is distributed in the hope that it will be useful,
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the but WITHOUT ANY WARRANTY; without even the implied warranty of
* GNU General Public License for more details. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
function info(context: string, ...logs: unknown[]) { function info(context: string, ...logs: unknown[]) {

View File

@@ -1,19 +1,20 @@
/* This file is part of the Notesnook project (https://notesnook.com/) /*
* This file is part of the Notesnook project (https://notesnook.com/)
* Copyright (C) 2022 Streetwriters (Private) Limited
* Copyright (C) 2022 Streetwriters (Private) Limited
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by This program is free software: you can redistribute it and/or modify
* the Free Software Foundation, either version 3 of the License, or it under the terms of the GNU General Public License as published by
* (at your option) any later version. the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of This program is distributed in the hope that it will be useful,
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the but WITHOUT ANY WARRANTY; without even the implied warranty of
* GNU General Public License for more details. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
import React from "react"; import React from "react";

View File

@@ -1,19 +1,20 @@
/* This file is part of the Notesnook project (https://notesnook.com/) /*
* This file is part of the Notesnook project (https://notesnook.com/)
* Copyright (C) 2022 Streetwriters (Private) Limited
* Copyright (C) 2022 Streetwriters (Private) Limited
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by This program is free software: you can redistribute it and/or modify
* the Free Software Foundation, either version 3 of the License, or it under the terms of the GNU General Public License as published by
* (at your option) any later version. the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of This program is distributed in the hope that it will be useful,
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the but WITHOUT ANY WARRANTY; without even the implied warranty of
* GNU General Public License for more details. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
import React from "react"; import React from "react";

View File

@@ -1,19 +1,20 @@
/* This file is part of the Notesnook project (https://notesnook.com/) /*
* This file is part of the Notesnook project (https://notesnook.com/)
* Copyright (C) 2022 Streetwriters (Private) Limited
* Copyright (C) 2022 Streetwriters (Private) Limited
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by This program is free software: you can redistribute it and/or modify
* the Free Software Foundation, either version 3 of the License, or it under the terms of the GNU General Public License as published by
* (at your option) any later version. the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of This program is distributed in the hope that it will be useful,
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the but WITHOUT ANY WARRANTY; without even the implied warranty of
* GNU General Public License for more details. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
import React from "react"; import React from "react";

View File

@@ -1,19 +1,20 @@
/* This file is part of the Notesnook project (https://notesnook.com/) /*
* This file is part of the Notesnook project (https://notesnook.com/)
* Copyright (C) 2022 Streetwriters (Private) Limited
* Copyright (C) 2022 Streetwriters (Private) Limited
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by This program is free software: you can redistribute it and/or modify
* the Free Software Foundation, either version 3 of the License, or it under the terms of the GNU General Public License as published by
* (at your option) any later version. the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of This program is distributed in the hope that it will be useful,
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the but WITHOUT ANY WARRANTY; without even the implied warranty of
* GNU General Public License for more details. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
import React from "react"; import React from "react";

View File

@@ -1,19 +1,20 @@
/* This file is part of the Notesnook project (https://notesnook.com/) /*
* This file is part of the Notesnook project (https://notesnook.com/)
* Copyright (C) 2022 Streetwriters (Private) Limited
* Copyright (C) 2022 Streetwriters (Private) Limited
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by This program is free software: you can redistribute it and/or modify
* the Free Software Foundation, either version 3 of the License, or it under the terms of the GNU General Public License as published by
* (at your option) any later version. the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of This program is distributed in the hope that it will be useful,
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the but WITHOUT ANY WARRANTY; without even the implied warranty of
* GNU General Public License for more details. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
import React, { Fragment } from "react"; import React, { Fragment } from "react";

View File

@@ -1,19 +1,20 @@
/* This file is part of the Notesnook project (https://notesnook.com/) /*
* This file is part of the Notesnook project (https://notesnook.com/)
* Copyright (C) 2022 Streetwriters (Private) Limited
* Copyright (C) 2022 Streetwriters (Private) Limited
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by This program is free software: you can redistribute it and/or modify
* the Free Software Foundation, either version 3 of the License, or it under the terms of the GNU General Public License as published by
* (at your option) any later version. the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of This program is distributed in the hope that it will be useful,
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the but WITHOUT ANY WARRANTY; without even the implied warranty of
* GNU General Public License for more details. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
import React, { useEffect, useState } from "react"; import React, { useEffect, useState } from "react";

View File

@@ -1,19 +1,20 @@
/* This file is part of the Notesnook project (https://notesnook.com/) /*
* This file is part of the Notesnook project (https://notesnook.com/)
* Copyright (C) 2022 Streetwriters (Private) Limited
* Copyright (C) 2022 Streetwriters (Private) Limited
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by This program is free software: you can redistribute it and/or modify
* the Free Software Foundation, either version 3 of the License, or it under the terms of the GNU General Public License as published by
* (at your option) any later version. the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of This program is distributed in the hope that it will be useful,
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the but WITHOUT ANY WARRANTY; without even the implied warranty of
* GNU General Public License for more details. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
import React from "react"; import React from "react";

View File

@@ -1,19 +1,20 @@
/* This file is part of the Notesnook project (https://notesnook.com/) /*
* This file is part of the Notesnook project (https://notesnook.com/)
* Copyright (C) 2022 Streetwriters (Private) Limited
* Copyright (C) 2022 Streetwriters (Private) Limited
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by This program is free software: you can redistribute it and/or modify
* the Free Software Foundation, either version 3 of the License, or it under the terms of the GNU General Public License as published by
* (at your option) any later version. the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of This program is distributed in the hope that it will be useful,
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the but WITHOUT ANY WARRANTY; without even the implied warranty of
* GNU General Public License for more details. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
import React from "react"; import React from "react";

View File

@@ -1,19 +1,20 @@
/* This file is part of the Notesnook project (https://notesnook.com/) /*
* This file is part of the Notesnook project (https://notesnook.com/)
* Copyright (C) 2022 Streetwriters (Private) Limited
* Copyright (C) 2022 Streetwriters (Private) Limited
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by This program is free software: you can redistribute it and/or modify
* the Free Software Foundation, either version 3 of the License, or it under the terms of the GNU General Public License as published by
* (at your option) any later version. the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of This program is distributed in the hope that it will be useful,
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the but WITHOUT ANY WARRANTY; without even the implied warranty of
* GNU General Public License for more details. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
import React from "react"; import React from "react";

View File

@@ -1,19 +1,20 @@
/* This file is part of the Notesnook project (https://notesnook.com/) /*
* This file is part of the Notesnook project (https://notesnook.com/)
* Copyright (C) 2022 Streetwriters (Private) Limited
* Copyright (C) 2022 Streetwriters (Private) Limited
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by This program is free software: you can redistribute it and/or modify
* the Free Software Foundation, either version 3 of the License, or it under the terms of the GNU General Public License as published by
* (at your option) any later version. the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of This program is distributed in the hope that it will be useful,
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the but WITHOUT ANY WARRANTY; without even the implied warranty of
* GNU General Public License for more details. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
import React from "react"; import React from "react";

View File

@@ -1,19 +1,20 @@
/* This file is part of the Notesnook project (https://notesnook.com/) /*
* This file is part of the Notesnook project (https://notesnook.com/)
* Copyright (C) 2022 Streetwriters (Private) Limited
* Copyright (C) 2022 Streetwriters (Private) Limited
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by This program is free software: you can redistribute it and/or modify
* the Free Software Foundation, either version 3 of the License, or it under the terms of the GNU General Public License as published by
* (at your option) any later version. the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of This program is distributed in the hope that it will be useful,
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the but WITHOUT ANY WARRANTY; without even the implied warranty of
* GNU General Public License for more details. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
import Clipboard from "@react-native-clipboard/clipboard"; import Clipboard from "@react-native-clipboard/clipboard";

View File

@@ -1,19 +1,20 @@
/* This file is part of the Notesnook project (https://notesnook.com/) /*
* This file is part of the Notesnook project (https://notesnook.com/)
* Copyright (C) 2022 Streetwriters (Private) Limited
* Copyright (C) 2022 Streetwriters (Private) Limited
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by This program is free software: you can redistribute it and/or modify
* the Free Software Foundation, either version 3 of the License, or it under the terms of the GNU General Public License as published by
* (at your option) any later version. the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of This program is distributed in the hope that it will be useful,
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the but WITHOUT ANY WARRANTY; without even the implied warranty of
* GNU General Public License for more details. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
import React from "react"; import React from "react";

View File

@@ -1,19 +1,20 @@
/* This file is part of the Notesnook project (https://notesnook.com/) /*
* This file is part of the Notesnook project (https://notesnook.com/)
* Copyright (C) 2022 Streetwriters (Private) Limited
* Copyright (C) 2022 Streetwriters (Private) Limited
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by This program is free software: you can redistribute it and/or modify
* the Free Software Foundation, either version 3 of the License, or it under the terms of the GNU General Public License as published by
* (at your option) any later version. the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of This program is distributed in the hope that it will be useful,
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the but WITHOUT ANY WARRANTY; without even the implied warranty of
* GNU General Public License for more details. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
import React, { useEffect, useRef, useState } from "react"; import React, { useEffect, useRef, useState } from "react";

View File

@@ -1,19 +1,20 @@
/* This file is part of the Notesnook project (https://notesnook.com/) /*
* This file is part of the Notesnook project (https://notesnook.com/)
* Copyright (C) 2022 Streetwriters (Private) Limited
* Copyright (C) 2022 Streetwriters (Private) Limited
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by This program is free software: you can redistribute it and/or modify
* the Free Software Foundation, either version 3 of the License, or it under the terms of the GNU General Public License as published by
* (at your option) any later version. the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of This program is distributed in the hope that it will be useful,
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the but WITHOUT ANY WARRANTY; without even the implied warranty of
* GNU General Public License for more details. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
import React, { useEffect, useRef, useState } from "react"; import React, { useEffect, useRef, useState } from "react";

View File

@@ -1,19 +1,20 @@
/* This file is part of the Notesnook project (https://notesnook.com/) /*
* This file is part of the Notesnook project (https://notesnook.com/)
* Copyright (C) 2022 Streetwriters (Private) Limited
* Copyright (C) 2022 Streetwriters (Private) Limited
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by This program is free software: you can redistribute it and/or modify
* the Free Software Foundation, either version 3 of the License, or it under the terms of the GNU General Public License as published by
* (at your option) any later version. the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of This program is distributed in the hope that it will be useful,
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the but WITHOUT ANY WARRANTY; without even the implied warranty of
* GNU General Public License for more details. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
export const SVG = (color) => export const SVG = (color) =>

View File

@@ -1,19 +1,20 @@
/* This file is part of the Notesnook project (https://notesnook.com/) /*
* This file is part of the Notesnook project (https://notesnook.com/)
* Copyright (C) 2022 Streetwriters (Private) Limited
* Copyright (C) 2022 Streetwriters (Private) Limited
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by This program is free software: you can redistribute it and/or modify
* the Free Software Foundation, either version 3 of the License, or it under the terms of the GNU General Public License as published by
* (at your option) any later version. the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of This program is distributed in the hope that it will be useful,
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the but WITHOUT ANY WARRANTY; without even the implied warranty of
* GNU General Public License for more details. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
import React, { useRef, useState } from "react"; import React, { useRef, useState } from "react";

View File

@@ -1,19 +1,20 @@
/* This file is part of the Notesnook project (https://notesnook.com/) /*
* This file is part of the Notesnook project (https://notesnook.com/)
* Copyright (C) 2022 Streetwriters (Private) Limited
* Copyright (C) 2022 Streetwriters (Private) Limited
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by This program is free software: you can redistribute it and/or modify
* the Free Software Foundation, either version 3 of the License, or it under the terms of the GNU General Public License as published by
* (at your option) any later version. the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of This program is distributed in the hope that it will be useful,
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the but WITHOUT ANY WARRANTY; without even the implied warranty of
* GNU General Public License for more details. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
import { createRef } from "react"; import { createRef } from "react";

View File

@@ -1,19 +1,20 @@
/* This file is part of the Notesnook project (https://notesnook.com/) /*
* This file is part of the Notesnook project (https://notesnook.com/)
* Copyright (C) 2022 Streetwriters (Private) Limited
* Copyright (C) 2022 Streetwriters (Private) Limited
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by This program is free software: you can redistribute it and/or modify
* the Free Software Foundation, either version 3 of the License, or it under the terms of the GNU General Public License as published by
* (at your option) any later version. the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of This program is distributed in the hope that it will be useful,
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the but WITHOUT ANY WARRANTY; without even the implied warranty of
* GNU General Public License for more details. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
import React, { useRef, useState } from "react"; import React, { useRef, useState } from "react";

View File

@@ -1,19 +1,20 @@
/* This file is part of the Notesnook project (https://notesnook.com/) /*
* This file is part of the Notesnook project (https://notesnook.com/)
* Copyright (C) 2022 Streetwriters (Private) Limited
* Copyright (C) 2022 Streetwriters (Private) Limited
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by This program is free software: you can redistribute it and/or modify
* the Free Software Foundation, either version 3 of the License, or it under the terms of the GNU General Public License as published by
* (at your option) any later version. the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of This program is distributed in the hope that it will be useful,
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the but WITHOUT ANY WARRANTY; without even the implied warranty of
* GNU General Public License for more details. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
import React, { useState } from "react"; import React, { useState } from "react";

View File

@@ -1,19 +1,20 @@
/* This file is part of the Notesnook project (https://notesnook.com/) /*
* This file is part of the Notesnook project (https://notesnook.com/)
* Copyright (C) 2022 Streetwriters (Private) Limited
* Copyright (C) 2022 Streetwriters (Private) Limited
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by This program is free software: you can redistribute it and/or modify
* the Free Software Foundation, either version 3 of the License, or it under the terms of the GNU General Public License as published by
* (at your option) any later version. the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of This program is distributed in the hope that it will be useful,
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the but WITHOUT ANY WARRANTY; without even the implied warranty of
* GNU General Public License for more details. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
import React, { useEffect, useRef, useState } from "react"; import React, { useEffect, useRef, useState } from "react";

View File

@@ -1,19 +1,20 @@
/* This file is part of the Notesnook project (https://notesnook.com/) /*
* This file is part of the Notesnook project (https://notesnook.com/)
* Copyright (C) 2022 Streetwriters (Private) Limited
* Copyright (C) 2022 Streetwriters (Private) Limited
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by This program is free software: you can redistribute it and/or modify
* the Free Software Foundation, either version 3 of the License, or it under the terms of the GNU General Public License as published by
* (at your option) any later version. the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of This program is distributed in the hope that it will be useful,
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the but WITHOUT ANY WARRANTY; without even the implied warranty of
* GNU General Public License for more details. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
import React, { useEffect, useRef, useState } from "react"; import React, { useEffect, useRef, useState } from "react";

View File

@@ -1,19 +1,20 @@
/* This file is part of the Notesnook project (https://notesnook.com/) /*
* This file is part of the Notesnook project (https://notesnook.com/)
* Copyright (C) 2022 Streetwriters (Private) Limited
* Copyright (C) 2022 Streetwriters (Private) Limited
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by This program is free software: you can redistribute it and/or modify
* the Free Software Foundation, either version 3 of the License, or it under the terms of the GNU General Public License as published by
* (at your option) any later version. the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of This program is distributed in the hope that it will be useful,
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the but WITHOUT ANY WARRANTY; without even the implied warranty of
* GNU General Public License for more details. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
import React, { useRef, useState } from "react"; import React, { useRef, useState } from "react";

View File

@@ -1,19 +1,20 @@
/* This file is part of the Notesnook project (https://notesnook.com/) /*
* This file is part of the Notesnook project (https://notesnook.com/)
* Copyright (C) 2022 Streetwriters (Private) Limited
* Copyright (C) 2022 Streetwriters (Private) Limited
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by This program is free software: you can redistribute it and/or modify
* the Free Software Foundation, either version 3 of the License, or it under the terms of the GNU General Public License as published by
* (at your option) any later version. the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of This program is distributed in the hope that it will be useful,
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the but WITHOUT ANY WARRANTY; without even the implied warranty of
* GNU General Public License for more details. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
import React, { useEffect, useRef, useState } from "react"; import React, { useEffect, useRef, useState } from "react";

View File

@@ -1,19 +1,20 @@
/* This file is part of the Notesnook project (https://notesnook.com/) /*
* This file is part of the Notesnook project (https://notesnook.com/)
* Copyright (C) 2022 Streetwriters (Private) Limited
* Copyright (C) 2022 Streetwriters (Private) Limited
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by This program is free software: you can redistribute it and/or modify
* the Free Software Foundation, either version 3 of the License, or it under the terms of the GNU General Public License as published by
* (at your option) any later version. the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of This program is distributed in the hope that it will be useful,
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the but WITHOUT ANY WARRANTY; without even the implied warranty of
* GNU General Public License for more details. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
import React from "react"; import React from "react";

View File

@@ -1,19 +1,20 @@
/* This file is part of the Notesnook project (https://notesnook.com/) /*
* This file is part of the Notesnook project (https://notesnook.com/)
* Copyright (C) 2022 Streetwriters (Private) Limited
* Copyright (C) 2022 Streetwriters (Private) Limited
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by This program is free software: you can redistribute it and/or modify
* the Free Software Foundation, either version 3 of the License, or it under the terms of the GNU General Public License as published by
* (at your option) any later version. the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of This program is distributed in the hope that it will be useful,
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the but WITHOUT ANY WARRANTY; without even the implied warranty of
* GNU General Public License for more details. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
import React, { useEffect } from "react"; import React, { useEffect } from "react";

View File

@@ -1,19 +1,20 @@
/* This file is part of the Notesnook project (https://notesnook.com/) /*
* This file is part of the Notesnook project (https://notesnook.com/)
* Copyright (C) 2022 Streetwriters (Private) Limited
* Copyright (C) 2022 Streetwriters (Private) Limited
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by This program is free software: you can redistribute it and/or modify
* the Free Software Foundation, either version 3 of the License, or it under the terms of the GNU General Public License as published by
* (at your option) any later version. the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of This program is distributed in the hope that it will be useful,
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the but WITHOUT ANY WARRANTY; without even the implied warranty of
* GNU General Public License for more details. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
import React from "react"; import React from "react";

View File

@@ -1,19 +1,20 @@
/* This file is part of the Notesnook project (https://notesnook.com/) /*
* This file is part of the Notesnook project (https://notesnook.com/)
* Copyright (C) 2022 Streetwriters (Private) Limited
* Copyright (C) 2022 Streetwriters (Private) Limited
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by This program is free software: you can redistribute it and/or modify
* the Free Software Foundation, either version 3 of the License, or it under the terms of the GNU General Public License as published by
* (at your option) any later version. the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of This program is distributed in the hope that it will be useful,
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the but WITHOUT ANY WARRANTY; without even the implied warranty of
* GNU General Public License for more details. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
import React from "react"; import React from "react";

View File

@@ -1,19 +1,20 @@
/* This file is part of the Notesnook project (https://notesnook.com/) /*
* This file is part of the Notesnook project (https://notesnook.com/)
* Copyright (C) 2022 Streetwriters (Private) Limited
* Copyright (C) 2022 Streetwriters (Private) Limited
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by This program is free software: you can redistribute it and/or modify
* the Free Software Foundation, either version 3 of the License, or it under the terms of the GNU General Public License as published by
* (at your option) any later version. the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of This program is distributed in the hope that it will be useful,
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the but WITHOUT ANY WARRANTY; without even the implied warranty of
* GNU General Public License for more details. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
import React from "react"; import React from "react";

View File

@@ -1,19 +1,20 @@
/* This file is part of the Notesnook project (https://notesnook.com/) /*
* This file is part of the Notesnook project (https://notesnook.com/)
* Copyright (C) 2022 Streetwriters (Private) Limited
* Copyright (C) 2022 Streetwriters (Private) Limited
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by This program is free software: you can redistribute it and/or modify
* the Free Software Foundation, either version 3 of the License, or it under the terms of the GNU General Public License as published by
* (at your option) any later version. the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of This program is distributed in the hope that it will be useful,
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the but WITHOUT ANY WARRANTY; without even the implied warranty of
* GNU General Public License for more details. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
import React from "react"; import React from "react";

View File

@@ -1,19 +1,20 @@
/* This file is part of the Notesnook project (https://notesnook.com/) /*
* This file is part of the Notesnook project (https://notesnook.com/)
* Copyright (C) 2022 Streetwriters (Private) Limited
* Copyright (C) 2022 Streetwriters (Private) Limited
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by This program is free software: you can redistribute it and/or modify
* the Free Software Foundation, either version 3 of the License, or it under the terms of the GNU General Public License as published by
* (at your option) any later version. the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of This program is distributed in the hope that it will be useful,
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the but WITHOUT ANY WARRANTY; without even the implied warranty of
* GNU General Public License for more details. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
import React from "react"; import React from "react";

View File

@@ -1,19 +1,20 @@
/* This file is part of the Notesnook project (https://notesnook.com/) /*
* This file is part of the Notesnook project (https://notesnook.com/)
* Copyright (C) 2022 Streetwriters (Private) Limited
* Copyright (C) 2022 Streetwriters (Private) Limited
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by This program is free software: you can redistribute it and/or modify
* the Free Software Foundation, either version 3 of the License, or it under the terms of the GNU General Public License as published by
* (at your option) any later version. the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of This program is distributed in the hope that it will be useful,
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the but WITHOUT ANY WARRANTY; without even the implied warranty of
* GNU General Public License for more details. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
import { eSendEvent } from "../../services/event-manager"; import { eSendEvent } from "../../services/event-manager";

View File

@@ -1,19 +1,20 @@
/* This file is part of the Notesnook project (https://notesnook.com/) /*
* This file is part of the Notesnook project (https://notesnook.com/)
* Copyright (C) 2022 Streetwriters (Private) Limited
* Copyright (C) 2022 Streetwriters (Private) Limited
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by This program is free software: you can redistribute it and/or modify
* the Free Software Foundation, either version 3 of the License, or it under the terms of the GNU General Public License as published by
* (at your option) any later version. the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of This program is distributed in the hope that it will be useful,
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the but WITHOUT ANY WARRANTY; without even the implied warranty of
* GNU General Public License for more details. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
import React, { useEffect } from "react"; import React, { useEffect } from "react";

View File

@@ -1,19 +1,20 @@
/* This file is part of the Notesnook project (https://notesnook.com/) /*
* This file is part of the Notesnook project (https://notesnook.com/)
* Copyright (C) 2022 Streetwriters (Private) Limited
* Copyright (C) 2022 Streetwriters (Private) Limited
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by This program is free software: you can redistribute it and/or modify
* the Free Software Foundation, either version 3 of the License, or it under the terms of the GNU General Public License as published by
* (at your option) any later version. the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of This program is distributed in the hope that it will be useful,
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the but WITHOUT ANY WARRANTY; without even the implied warranty of
* GNU General Public License for more details. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
import React from "react"; import React from "react";

View File

@@ -1,19 +1,20 @@
/* This file is part of the Notesnook project (https://notesnook.com/) /*
* This file is part of the Notesnook project (https://notesnook.com/)
* Copyright (C) 2022 Streetwriters (Private) Limited
* Copyright (C) 2022 Streetwriters (Private) Limited
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by This program is free software: you can redistribute it and/or modify
* the Free Software Foundation, either version 3 of the License, or it under the terms of the GNU General Public License as published by
* (at your option) any later version. the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of This program is distributed in the hope that it will be useful,
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the but WITHOUT ANY WARRANTY; without even the implied warranty of
* GNU General Public License for more details. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
import React from "react"; import React from "react";

View File

@@ -1,19 +1,20 @@
/* This file is part of the Notesnook project (https://notesnook.com/) /*
* This file is part of the Notesnook project (https://notesnook.com/)
* Copyright (C) 2022 Streetwriters (Private) Limited
* Copyright (C) 2022 Streetwriters (Private) Limited
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by This program is free software: you can redistribute it and/or modify
* the Free Software Foundation, either version 3 of the License, or it under the terms of the GNU General Public License as published by
* (at your option) any later version. the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of This program is distributed in the hope that it will be useful,
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the but WITHOUT ANY WARRANTY; without even the implied warranty of
* GNU General Public License for more details. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
import React from "react"; import React from "react";

View File

@@ -1,19 +1,20 @@
/* This file is part of the Notesnook project (https://notesnook.com/) /*
* This file is part of the Notesnook project (https://notesnook.com/)
* Copyright (C) 2022 Streetwriters (Private) Limited
* Copyright (C) 2022 Streetwriters (Private) Limited
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by This program is free software: you can redistribute it and/or modify
* the Free Software Foundation, either version 3 of the License, or it under the terms of the GNU General Public License as published by
* (at your option) any later version. the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of This program is distributed in the hope that it will be useful,
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the but WITHOUT ANY WARRANTY; without even the implied warranty of
* GNU General Public License for more details. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
import { eSendEvent } from "../../services/event-manager"; import { eSendEvent } from "../../services/event-manager";

View File

@@ -1,19 +1,20 @@
/* This file is part of the Notesnook project (https://notesnook.com/) /*
* This file is part of the Notesnook project (https://notesnook.com/)
* Copyright (C) 2022 Streetwriters (Private) Limited
* Copyright (C) 2022 Streetwriters (Private) Limited
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by This program is free software: you can redistribute it and/or modify
* the Free Software Foundation, either version 3 of the License, or it under the terms of the GNU General Public License as published by
* (at your option) any later version. the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of This program is distributed in the hope that it will be useful,
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the but WITHOUT ANY WARRANTY; without even the implied warranty of
* GNU General Public License for more details. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
import React, { useEffect, useRef, useState } from "react"; import React, { useEffect, useRef, useState } from "react";

View File

@@ -1,19 +1,20 @@
/* This file is part of the Notesnook project (https://notesnook.com/) /*
* This file is part of the Notesnook project (https://notesnook.com/)
* Copyright (C) 2022 Streetwriters (Private) Limited
* Copyright (C) 2022 Streetwriters (Private) Limited
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by This program is free software: you can redistribute it and/or modify
* the Free Software Foundation, either version 3 of the License, or it under the terms of the GNU General Public License as published by
* (at your option) any later version. the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of This program is distributed in the hope that it will be useful,
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the but WITHOUT ANY WARRANTY; without even the implied warranty of
* GNU General Public License for more details. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
import React, { createRef } from "react"; import React, { createRef } from "react";

View File

@@ -1,19 +1,20 @@
/* This file is part of the Notesnook project (https://notesnook.com/) /*
* This file is part of the Notesnook project (https://notesnook.com/)
* Copyright (C) 2022 Streetwriters (Private) Limited
* Copyright (C) 2022 Streetwriters (Private) Limited
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by This program is free software: you can redistribute it and/or modify
* the Free Software Foundation, either version 3 of the License, or it under the terms of the GNU General Public License as published by
* (at your option) any later version. the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of This program is distributed in the hope that it will be useful,
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the but WITHOUT ANY WARRANTY; without even the implied warranty of
* GNU General Public License for more details. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
import React, { useEffect, useState } from "react"; import React, { useEffect, useState } from "react";

View File

@@ -1,19 +1,20 @@
/* This file is part of the Notesnook project (https://notesnook.com/) /*
* This file is part of the Notesnook project (https://notesnook.com/)
* Copyright (C) 2022 Streetwriters (Private) Limited
* Copyright (C) 2022 Streetwriters (Private) Limited
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by This program is free software: you can redistribute it and/or modify
* the Free Software Foundation, either version 3 of the License, or it under the terms of the GNU General Public License as published by
* (at your option) any later version. the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of This program is distributed in the hope that it will be useful,
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the but WITHOUT ANY WARRANTY; without even the implied warranty of
* GNU General Public License for more details. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
import React, { useEffect, useState } from "react"; import React, { useEffect, useState } from "react";

View File

@@ -1,19 +1,20 @@
/* This file is part of the Notesnook project (https://notesnook.com/) /*
* This file is part of the Notesnook project (https://notesnook.com/)
* Copyright (C) 2022 Streetwriters (Private) Limited
* Copyright (C) 2022 Streetwriters (Private) Limited
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by This program is free software: you can redistribute it and/or modify
* the Free Software Foundation, either version 3 of the License, or it under the terms of the GNU General Public License as published by
* (at your option) any later version. the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of This program is distributed in the hope that it will be useful,
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the but WITHOUT ANY WARRANTY; without even the implied warranty of
* GNU General Public License for more details. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
import React from "react"; import React from "react";

View File

@@ -1,19 +1,20 @@
/* This file is part of the Notesnook project (https://notesnook.com/) /*
* This file is part of the Notesnook project (https://notesnook.com/)
* Copyright (C) 2022 Streetwriters (Private) Limited
* Copyright (C) 2022 Streetwriters (Private) Limited
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by This program is free software: you can redistribute it and/or modify
* the Free Software Foundation, either version 3 of the License, or it under the terms of the GNU General Public License as published by
* (at your option) any later version. the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of This program is distributed in the hope that it will be useful,
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the but WITHOUT ANY WARRANTY; without even the implied warranty of
* GNU General Public License for more details. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
import Clipboard from "@react-native-clipboard/clipboard"; import Clipboard from "@react-native-clipboard/clipboard";

View File

@@ -1,19 +1,20 @@
/* This file is part of the Notesnook project (https://notesnook.com/) /*
* This file is part of the Notesnook project (https://notesnook.com/)
* Copyright (C) 2022 Streetwriters (Private) Limited
* Copyright (C) 2022 Streetwriters (Private) Limited
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by This program is free software: you can redistribute it and/or modify
* the Free Software Foundation, either version 3 of the License, or it under the terms of the GNU General Public License as published by
* (at your option) any later version. the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of This program is distributed in the hope that it will be useful,
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the but WITHOUT ANY WARRANTY; without even the implied warranty of
* GNU General Public License for more details. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
import React from "react"; import React from "react";

View File

@@ -1,19 +1,20 @@
/* This file is part of the Notesnook project (https://notesnook.com/) /*
* This file is part of the Notesnook project (https://notesnook.com/)
* Copyright (C) 2022 Streetwriters (Private) Limited
* Copyright (C) 2022 Streetwriters (Private) Limited
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by This program is free software: you can redistribute it and/or modify
* the Free Software Foundation, either version 3 of the License, or it under the terms of the GNU General Public License as published by
* (at your option) any later version. the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of This program is distributed in the hope that it will be useful,
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the but WITHOUT ANY WARRANTY; without even the implied warranty of
* GNU General Public License for more details. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
import React, { useEffect, useState } from "react"; import React, { useEffect, useState } from "react";

View File

@@ -1,19 +1,20 @@
/* This file is part of the Notesnook project (https://notesnook.com/) /*
* This file is part of the Notesnook project (https://notesnook.com/)
* Copyright (C) 2022 Streetwriters (Private) Limited
* Copyright (C) 2022 Streetwriters (Private) Limited
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by This program is free software: you can redistribute it and/or modify
* the Free Software Foundation, either version 3 of the License, or it under the terms of the GNU General Public License as published by
* (at your option) any later version. the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of This program is distributed in the hope that it will be useful,
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the but WITHOUT ANY WARRANTY; without even the implied warranty of
* GNU General Public License for more details. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
import React from "react"; import React from "react";

View File

@@ -1,19 +1,20 @@
/* This file is part of the Notesnook project (https://notesnook.com/) /*
* This file is part of the Notesnook project (https://notesnook.com/)
* Copyright (C) 2022 Streetwriters (Private) Limited
* Copyright (C) 2022 Streetwriters (Private) Limited
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by This program is free software: you can redistribute it and/or modify
* the Free Software Foundation, either version 3 of the License, or it under the terms of the GNU General Public License as published by
* (at your option) any later version. the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of This program is distributed in the hope that it will be useful,
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the but WITHOUT ANY WARRANTY; without even the implied warranty of
* GNU General Public License for more details. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
import React, { useRef } from "react"; import React, { useRef } from "react";

View File

@@ -1,19 +1,20 @@
/* This file is part of the Notesnook project (https://notesnook.com/) /*
* This file is part of the Notesnook project (https://notesnook.com/)
* Copyright (C) 2022 Streetwriters (Private) Limited
* Copyright (C) 2022 Streetwriters (Private) Limited
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by This program is free software: you can redistribute it and/or modify
* the Free Software Foundation, either version 3 of the License, or it under the terms of the GNU General Public License as published by
* (at your option) any later version. the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of This program is distributed in the hope that it will be useful,
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the but WITHOUT ANY WARRANTY; without even the implied warranty of
* GNU General Public License for more details. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
import React, { useEffect, useState } from "react"; import React, { useEffect, useState } from "react";

View File

@@ -1,19 +1,20 @@
/* This file is part of the Notesnook project (https://notesnook.com/) /*
* This file is part of the Notesnook project (https://notesnook.com/)
* Copyright (C) 2022 Streetwriters (Private) Limited
* Copyright (C) 2022 Streetwriters (Private) Limited
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by This program is free software: you can redistribute it and/or modify
* the Free Software Foundation, either version 3 of the License, or it under the terms of the GNU General Public License as published by
* (at your option) any later version. the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of This program is distributed in the hope that it will be useful,
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the but WITHOUT ANY WARRANTY; without even the implied warranty of
* GNU General Public License for more details. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
import React, { useEffect, useState } from "react"; import React, { useEffect, useState } from "react";

View File

@@ -1,19 +1,20 @@
/* This file is part of the Notesnook project (https://notesnook.com/) /*
* This file is part of the Notesnook project (https://notesnook.com/)
* Copyright (C) 2022 Streetwriters (Private) Limited
* Copyright (C) 2022 Streetwriters (Private) Limited
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by This program is free software: you can redistribute it and/or modify
* the Free Software Foundation, either version 3 of the License, or it under the terms of the GNU General Public License as published by
* (at your option) any later version. the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of This program is distributed in the hope that it will be useful,
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the but WITHOUT ANY WARRANTY; without even the implied warranty of
* GNU General Public License for more details. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
import React, { useEffect } from "react"; import React, { useEffect } from "react";

View File

@@ -1,19 +1,20 @@
/* This file is part of the Notesnook project (https://notesnook.com/) /*
* This file is part of the Notesnook project (https://notesnook.com/)
* Copyright (C) 2022 Streetwriters (Private) Limited
* Copyright (C) 2022 Streetwriters (Private) Limited
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by This program is free software: you can redistribute it and/or modify
* the Free Software Foundation, either version 3 of the License, or it under the terms of the GNU General Public License as published by
* (at your option) any later version. the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of This program is distributed in the hope that it will be useful,
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the but WITHOUT ANY WARRANTY; without even the implied warranty of
* GNU General Public License for more details. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
import React from "react"; import React from "react";

View File

@@ -1,19 +1,20 @@
/* This file is part of the Notesnook project (https://notesnook.com/) /*
* This file is part of the Notesnook project (https://notesnook.com/)
* Copyright (C) 2022 Streetwriters (Private) Limited
* Copyright (C) 2022 Streetwriters (Private) Limited
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by This program is free software: you can redistribute it and/or modify
* the Free Software Foundation, either version 3 of the License, or it under the terms of the GNU General Public License as published by
* (at your option) any later version. the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of This program is distributed in the hope that it will be useful,
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the but WITHOUT ANY WARRANTY; without even the implied warranty of
* GNU General Public License for more details. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
import React, { useEffect, useRef } from "react"; import React, { useEffect, useRef } from "react";

View File

@@ -1,19 +1,20 @@
/* This file is part of the Notesnook project (https://notesnook.com/) /*
* This file is part of the Notesnook project (https://notesnook.com/)
* Copyright (C) 2022 Streetwriters (Private) Limited
* Copyright (C) 2022 Streetwriters (Private) Limited
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by This program is free software: you can redistribute it and/or modify
* the Free Software Foundation, either version 3 of the License, or it under the terms of the GNU General Public License as published by
* (at your option) any later version. the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of This program is distributed in the hope that it will be useful,
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the but WITHOUT ANY WARRANTY; without even the implied warranty of
* GNU General Public License for more details. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
import { View } from "react-native"; import { View } from "react-native";

View File

@@ -1,19 +1,20 @@
/* This file is part of the Notesnook project (https://notesnook.com/) /*
* This file is part of the Notesnook project (https://notesnook.com/)
* Copyright (C) 2022 Streetwriters (Private) Limited
* Copyright (C) 2022 Streetwriters (Private) Limited
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by This program is free software: you can redistribute it and/or modify
* the Free Software Foundation, either version 3 of the License, or it under the terms of the GNU General Public License as published by
* (at your option) any later version. the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of This program is distributed in the hope that it will be useful,
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the but WITHOUT ANY WARRANTY; without even the implied warranty of
* GNU General Public License for more details. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
import React from "react"; import React from "react";

View File

@@ -1,19 +1,20 @@
/* This file is part of the Notesnook project (https://notesnook.com/) /*
* This file is part of the Notesnook project (https://notesnook.com/)
* Copyright (C) 2022 Streetwriters (Private) Limited
* Copyright (C) 2022 Streetwriters (Private) Limited
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by This program is free software: you can redistribute it and/or modify
* the Free Software Foundation, either version 3 of the License, or it under the terms of the GNU General Public License as published by
* (at your option) any later version. the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of This program is distributed in the hope that it will be useful,
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the but WITHOUT ANY WARRANTY; without even the implied warranty of
* GNU General Public License for more details. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
import { useRef, useState } from "react"; import { useRef, useState } from "react";

View File

@@ -1,19 +1,20 @@
/* This file is part of the Notesnook project (https://notesnook.com/) /*
* This file is part of the Notesnook project (https://notesnook.com/)
* Copyright (C) 2022 Streetwriters (Private) Limited
* Copyright (C) 2022 Streetwriters (Private) Limited
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by This program is free software: you can redistribute it and/or modify
* the Free Software Foundation, either version 3 of the License, or it under the terms of the GNU General Public License as published by
* (at your option) any later version. the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of This program is distributed in the hope that it will be useful,
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the but WITHOUT ANY WARRANTY; without even the implied warranty of
* GNU General Public License for more details. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
import React, { useEffect, useRef, useState } from "react"; import React, { useEffect, useRef, useState } from "react";

View File

@@ -1,19 +1,20 @@
/* This file is part of the Notesnook project (https://notesnook.com/) /*
* This file is part of the Notesnook project (https://notesnook.com/)
* Copyright (C) 2022 Streetwriters (Private) Limited
* Copyright (C) 2022 Streetwriters (Private) Limited
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by This program is free software: you can redistribute it and/or modify
* the Free Software Foundation, either version 3 of the License, or it under the terms of the GNU General Public License as published by
* (at your option) any later version. the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of This program is distributed in the hope that it will be useful,
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the but WITHOUT ANY WARRANTY; without even the implied warranty of
* GNU General Public License for more details. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
import { decode, EntityLevel } from "entities"; import { decode, EntityLevel } from "entities";

View File

@@ -1,19 +1,20 @@
/* This file is part of the Notesnook project (https://notesnook.com/) /*
* This file is part of the Notesnook project (https://notesnook.com/)
* Copyright (C) 2022 Streetwriters (Private) Limited
* Copyright (C) 2022 Streetwriters (Private) Limited
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by This program is free software: you can redistribute it and/or modify
* the Free Software Foundation, either version 3 of the License, or it under the terms of the GNU General Public License as published by
* (at your option) any later version. the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of This program is distributed in the hope that it will be useful,
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the but WITHOUT ANY WARRANTY; without even the implied warranty of
* GNU General Public License for more details. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
import React from "react"; import React from "react";

View File

@@ -1,19 +1,20 @@
/* This file is part of the Notesnook project (https://notesnook.com/) /*
* This file is part of the Notesnook project (https://notesnook.com/)
* Copyright (C) 2022 Streetwriters (Private) Limited
* Copyright (C) 2022 Streetwriters (Private) Limited
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by This program is free software: you can redistribute it and/or modify
* the Free Software Foundation, either version 3 of the License, or it under the terms of the GNU General Public License as published by
* (at your option) any later version. the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of This program is distributed in the hope that it will be useful,
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the but WITHOUT ANY WARRANTY; without even the implied warranty of
* GNU General Public License for more details. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
import React from "react"; import React from "react";

View File

@@ -1,19 +1,20 @@
/* This file is part of the Notesnook project (https://notesnook.com/) /*
* This file is part of the Notesnook project (https://notesnook.com/)
* Copyright (C) 2022 Streetwriters (Private) Limited
* Copyright (C) 2022 Streetwriters (Private) Limited
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by This program is free software: you can redistribute it and/or modify
* the Free Software Foundation, either version 3 of the License, or it under the terms of the GNU General Public License as published by
* (at your option) any later version. the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of This program is distributed in the hope that it will be useful,
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the but WITHOUT ANY WARRANTY; without even the implied warranty of
* GNU General Public License for more details. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
import React from "react"; import React from "react";

View File

@@ -1,19 +1,20 @@
/* This file is part of the Notesnook project (https://notesnook.com/) /*
* This file is part of the Notesnook project (https://notesnook.com/)
* Copyright (C) 2022 Streetwriters (Private) Limited
* Copyright (C) 2022 Streetwriters (Private) Limited
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by This program is free software: you can redistribute it and/or modify
* the Free Software Foundation, either version 3 of the License, or it under the terms of the GNU General Public License as published by
* (at your option) any later version. the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of This program is distributed in the hope that it will be useful,
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the but WITHOUT ANY WARRANTY; without even the implied warranty of
* GNU General Public License for more details. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
import Clipboard from "@react-native-clipboard/clipboard"; import Clipboard from "@react-native-clipboard/clipboard";

View File

@@ -1,19 +1,20 @@
/* This file is part of the Notesnook project (https://notesnook.com/) /*
* This file is part of the Notesnook project (https://notesnook.com/)
* Copyright (C) 2022 Streetwriters (Private) Limited
* Copyright (C) 2022 Streetwriters (Private) Limited
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by This program is free software: you can redistribute it and/or modify
* the Free Software Foundation, either version 3 of the License, or it under the terms of the GNU General Public License as published by
* (at your option) any later version. the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of This program is distributed in the hope that it will be useful,
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the but WITHOUT ANY WARRANTY; without even the implied warranty of
* GNU General Public License for more details. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
import React from "react"; import React from "react";

View File

@@ -1,19 +1,20 @@
/* This file is part of the Notesnook project (https://notesnook.com/) /*
* This file is part of the Notesnook project (https://notesnook.com/)
* Copyright (C) 2022 Streetwriters (Private) Limited
* Copyright (C) 2022 Streetwriters (Private) Limited
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by This program is free software: you can redistribute it and/or modify
* the Free Software Foundation, either version 3 of the License, or it under the terms of the GNU General Public License as published by
* (at your option) any later version. the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of This program is distributed in the hope that it will be useful,
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the but WITHOUT ANY WARRANTY; without even the implied warranty of
* GNU General Public License for more details. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
import React, { useEffect, useState } from "react"; import React, { useEffect, useState } from "react";

View File

@@ -1,19 +1,20 @@
/* This file is part of the Notesnook project (https://notesnook.com/) /*
* This file is part of the Notesnook project (https://notesnook.com/)
* Copyright (C) 2022 Streetwriters (Private) Limited
* Copyright (C) 2022 Streetwriters (Private) Limited
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by This program is free software: you can redistribute it and/or modify
* the Free Software Foundation, either version 3 of the License, or it under the terms of the GNU General Public License as published by
* (at your option) any later version. the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of This program is distributed in the hope that it will be useful,
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the but WITHOUT ANY WARRANTY; without even the implied warranty of
* GNU General Public License for more details. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
import React, { useEffect, useState } from "react"; import React, { useEffect, useState } from "react";

View File

@@ -1,19 +1,20 @@
/* This file is part of the Notesnook project (https://notesnook.com/) /*
* This file is part of the Notesnook project (https://notesnook.com/)
* Copyright (C) 2022 Streetwriters (Private) Limited
* Copyright (C) 2022 Streetwriters (Private) Limited
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by This program is free software: you can redistribute it and/or modify
* the Free Software Foundation, either version 3 of the License, or it under the terms of the GNU General Public License as published by
* (at your option) any later version. the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of This program is distributed in the hope that it will be useful,
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the but WITHOUT ANY WARRANTY; without even the implied warranty of
* GNU General Public License for more details. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
import React from "react"; import React from "react";

View File

@@ -1,19 +1,20 @@
/* This file is part of the Notesnook project (https://notesnook.com/) /*
* This file is part of the Notesnook project (https://notesnook.com/)
* Copyright (C) 2022 Streetwriters (Private) Limited
* Copyright (C) 2022 Streetwriters (Private) Limited
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by This program is free software: you can redistribute it and/or modify
* the Free Software Foundation, either version 3 of the License, or it under the terms of the GNU General Public License as published by
* (at your option) any later version. the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of This program is distributed in the hope that it will be useful,
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the but WITHOUT ANY WARRANTY; without even the implied warranty of
* GNU General Public License for more details. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
import React from "react"; import React from "react";

View File

@@ -1,19 +1,20 @@
/* This file is part of the Notesnook project (https://notesnook.com/) /*
* This file is part of the Notesnook project (https://notesnook.com/)
* Copyright (C) 2022 Streetwriters (Private) Limited
* Copyright (C) 2022 Streetwriters (Private) Limited
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by This program is free software: you can redistribute it and/or modify
* the Free Software Foundation, either version 3 of the License, or it under the terms of the GNU General Public License as published by
* (at your option) any later version. the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of This program is distributed in the hope that it will be useful,
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the but WITHOUT ANY WARRANTY; without even the implied warranty of
* GNU General Public License for more details. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
import React from "react"; import React from "react";

View File

@@ -1,19 +1,20 @@
/* This file is part of the Notesnook project (https://notesnook.com/) /*
* This file is part of the Notesnook project (https://notesnook.com/)
* Copyright (C) 2022 Streetwriters (Private) Limited
* Copyright (C) 2022 Streetwriters (Private) Limited
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by This program is free software: you can redistribute it and/or modify
* the Free Software Foundation, either version 3 of the License, or it under the terms of the GNU General Public License as published by
* (at your option) any later version. the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of This program is distributed in the hope that it will be useful,
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the but WITHOUT ANY WARRANTY; without even the implied warranty of
* GNU General Public License for more details. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
import React, { useRef } from "react"; import React, { useRef } from "react";

View File

@@ -1,19 +1,20 @@
/* This file is part of the Notesnook project (https://notesnook.com/) /*
* This file is part of the Notesnook project (https://notesnook.com/)
* Copyright (C) 2022 Streetwriters (Private) Limited
* Copyright (C) 2022 Streetwriters (Private) Limited
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by This program is free software: you can redistribute it and/or modify
* the Free Software Foundation, either version 3 of the License, or it under the terms of the GNU General Public License as published by
* (at your option) any later version. the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of This program is distributed in the hope that it will be useful,
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the but WITHOUT ANY WARRANTY; without even the implied warranty of
* GNU General Public License for more details. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
import KeepAwake from "@sayem314/react-native-keep-awake"; import KeepAwake from "@sayem314/react-native-keep-awake";

View File

@@ -1,19 +1,20 @@
/* This file is part of the Notesnook project (https://notesnook.com/) /*
* This file is part of the Notesnook project (https://notesnook.com/)
* Copyright (C) 2022 Streetwriters (Private) Limited
* Copyright (C) 2022 Streetwriters (Private) Limited
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by This program is free software: you can redistribute it and/or modify
* the Free Software Foundation, either version 3 of the License, or it under the terms of the GNU General Public License as published by
* (at your option) any later version. the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of This program is distributed in the hope that it will be useful,
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the but WITHOUT ANY WARRANTY; without even the implied warranty of
* GNU General Public License for more details. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
import React, { useCallback, useEffect, useState } from "react"; import React, { useCallback, useEffect, useState } from "react";

View File

@@ -1,19 +1,20 @@
/* This file is part of the Notesnook project (https://notesnook.com/) /*
* This file is part of the Notesnook project (https://notesnook.com/)
* Copyright (C) 2022 Streetwriters (Private) Limited
* Copyright (C) 2022 Streetwriters (Private) Limited
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by This program is free software: you can redistribute it and/or modify
* the Free Software Foundation, either version 3 of the License, or it under the terms of the GNU General Public License as published by
* (at your option) any later version. the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of This program is distributed in the hope that it will be useful,
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the but WITHOUT ANY WARRANTY; without even the implied warranty of
* GNU General Public License for more details. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
import React from "react"; import React from "react";

View File

@@ -1,19 +1,20 @@
/* This file is part of the Notesnook project (https://notesnook.com/) /*
* This file is part of the Notesnook project (https://notesnook.com/)
* Copyright (C) 2022 Streetwriters (Private) Limited
* Copyright (C) 2022 Streetwriters (Private) Limited
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by This program is free software: you can redistribute it and/or modify
* the Free Software Foundation, either version 3 of the License, or it under the terms of the GNU General Public License as published by
* (at your option) any later version. the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of This program is distributed in the hope that it will be useful,
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the but WITHOUT ANY WARRANTY; without even the implied warranty of
* GNU General Public License for more details. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
import React from "react"; import React from "react";

View File

@@ -1,19 +1,20 @@
/* This file is part of the Notesnook project (https://notesnook.com/) /*
* This file is part of the Notesnook project (https://notesnook.com/)
* Copyright (C) 2022 Streetwriters (Private) Limited
* Copyright (C) 2022 Streetwriters (Private) Limited
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by This program is free software: you can redistribute it and/or modify
* the Free Software Foundation, either version 3 of the License, or it under the terms of the GNU General Public License as published by
* (at your option) any later version. the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of This program is distributed in the hope that it will be useful,
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the but WITHOUT ANY WARRANTY; without even the implied warranty of
* GNU General Public License for more details. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
import React, { useState } from "react"; import React, { useState } from "react";

View File

@@ -1,19 +1,20 @@
/* This file is part of the Notesnook project (https://notesnook.com/) /*
* This file is part of the Notesnook project (https://notesnook.com/)
* Copyright (C) 2022 Streetwriters (Private) Limited
* Copyright (C) 2022 Streetwriters (Private) Limited
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by This program is free software: you can redistribute it and/or modify
* the Free Software Foundation, either version 3 of the License, or it under the terms of the GNU General Public License as published by
* (at your option) any later version. the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of This program is distributed in the hope that it will be useful,
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the but WITHOUT ANY WARRANTY; without even the implied warranty of
* GNU General Public License for more details. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
import React, { useEffect, useState } from "react"; import React, { useEffect, useState } from "react";

View File

@@ -1,19 +1,20 @@
/* This file is part of the Notesnook project (https://notesnook.com/) /*
* This file is part of the Notesnook project (https://notesnook.com/)
* Copyright (C) 2022 Streetwriters (Private) Limited
* Copyright (C) 2022 Streetwriters (Private) Limited
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by This program is free software: you can redistribute it and/or modify
* the Free Software Foundation, either version 3 of the License, or it under the terms of the GNU General Public License as published by
* (at your option) any later version. the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of This program is distributed in the hope that it will be useful,
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the but WITHOUT ANY WARRANTY; without even the implied warranty of
* GNU General Public License for more details. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
import React from "react"; import React from "react";

View File

@@ -1,19 +1,20 @@
/* This file is part of the Notesnook project (https://notesnook.com/) /*
* This file is part of the Notesnook project (https://notesnook.com/)
* Copyright (C) 2022 Streetwriters (Private) Limited
* Copyright (C) 2022 Streetwriters (Private) Limited
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by This program is free software: you can redistribute it and/or modify
* the Free Software Foundation, either version 3 of the License, or it under the terms of the GNU General Public License as published by
* (at your option) any later version. the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of This program is distributed in the hope that it will be useful,
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the but WITHOUT ANY WARRANTY; without even the implied warranty of
* GNU General Public License for more details. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
export const features = [ export const features = [

View File

@@ -1,19 +1,20 @@
/* This file is part of the Notesnook project (https://notesnook.com/) /*
* This file is part of the Notesnook project (https://notesnook.com/)
* Copyright (C) 2022 Streetwriters (Private) Limited
* Copyright (C) 2022 Streetwriters (Private) Limited
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by This program is free software: you can redistribute it and/or modify
* the Free Software Foundation, either version 3 of the License, or it under the terms of the GNU General Public License as published by
* (at your option) any later version. the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of This program is distributed in the hope that it will be useful,
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the but WITHOUT ANY WARRANTY; without even the implied warranty of
* GNU General Public License for more details. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
import React from "react"; import React from "react";

View File

@@ -1,19 +1,20 @@
/* This file is part of the Notesnook project (https://notesnook.com/) /*
* This file is part of the Notesnook project (https://notesnook.com/)
* Copyright (C) 2022 Streetwriters (Private) Limited
* Copyright (C) 2022 Streetwriters (Private) Limited
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by This program is free software: you can redistribute it and/or modify
* the Free Software Foundation, either version 3 of the License, or it under the terms of the GNU General Public License as published by
* (at your option) any later version. the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of This program is distributed in the hope that it will be useful,
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the but WITHOUT ANY WARRANTY; without even the implied warranty of
* GNU General Public License for more details. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
import React, { createRef } from "react"; import React, { createRef } from "react";

View File

@@ -1,19 +1,20 @@
/* This file is part of the Notesnook project (https://notesnook.com/) /*
* This file is part of the Notesnook project (https://notesnook.com/)
* Copyright (C) 2022 Streetwriters (Private) Limited
* Copyright (C) 2022 Streetwriters (Private) Limited
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by This program is free software: you can redistribute it and/or modify
* the Free Software Foundation, either version 3 of the License, or it under the terms of the GNU General Public License as published by
* (at your option) any later version. the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of This program is distributed in the hope that it will be useful,
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the but WITHOUT ANY WARRANTY; without even the implied warranty of
* GNU General Public License for more details. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
import React from "react"; import React from "react";

View File

@@ -1,19 +1,20 @@
/* This file is part of the Notesnook project (https://notesnook.com/) /*
* This file is part of the Notesnook project (https://notesnook.com/)
* Copyright (C) 2022 Streetwriters (Private) Limited
* Copyright (C) 2022 Streetwriters (Private) Limited
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by This program is free software: you can redistribute it and/or modify
* the Free Software Foundation, either version 3 of the License, or it under the terms of the GNU General Public License as published by
* (at your option) any later version. the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of This program is distributed in the hope that it will be useful,
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the but WITHOUT ANY WARRANTY; without even the implied warranty of
* GNU General Public License for more details. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
import React, { useEffect, useRef, useState } from "react"; import React, { useEffect, useRef, useState } from "react";

View File

@@ -1,19 +1,20 @@
/* This file is part of the Notesnook project (https://notesnook.com/) /*
* This file is part of the Notesnook project (https://notesnook.com/)
* Copyright (C) 2022 Streetwriters (Private) Limited
* Copyright (C) 2022 Streetwriters (Private) Limited
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by This program is free software: you can redistribute it and/or modify
* the Free Software Foundation, either version 3 of the License, or it under the terms of the GNU General Public License as published by
* (at your option) any later version. the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of This program is distributed in the hope that it will be useful,
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the but WITHOUT ANY WARRANTY; without even the implied warranty of
* GNU General Public License for more details. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
import React from "react"; import React from "react";

View File

@@ -1,19 +1,20 @@
/* This file is part of the Notesnook project (https://notesnook.com/) /*
* This file is part of the Notesnook project (https://notesnook.com/)
* Copyright (C) 2022 Streetwriters (Private) Limited
* Copyright (C) 2022 Streetwriters (Private) Limited
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by This program is free software: you can redistribute it and/or modify
* the Free Software Foundation, either version 3 of the License, or it under the terms of the GNU General Public License as published by
* (at your option) any later version. the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of This program is distributed in the hope that it will be useful,
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the but WITHOUT ANY WARRANTY; without even the implied warranty of
* GNU General Public License for more details. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
import React, { useEffect, useState } from "react"; import React, { useEffect, useState } from "react";

View File

@@ -1,19 +1,20 @@
/* This file is part of the Notesnook project (https://notesnook.com/) /*
* This file is part of the Notesnook project (https://notesnook.com/)
* Copyright (C) 2022 Streetwriters (Private) Limited
* Copyright (C) 2022 Streetwriters (Private) Limited
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by This program is free software: you can redistribute it and/or modify
* the Free Software Foundation, either version 3 of the License, or it under the terms of the GNU General Public License as published by
* (at your option) any later version. the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of This program is distributed in the hope that it will be useful,
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the but WITHOUT ANY WARRANTY; without even the implied warranty of
* GNU General Public License for more details. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
import React from "react"; import React from "react";

View File

@@ -1,19 +1,20 @@
/* This file is part of the Notesnook project (https://notesnook.com/) /*
* This file is part of the Notesnook project (https://notesnook.com/)
* Copyright (C) 2022 Streetwriters (Private) Limited
* Copyright (C) 2022 Streetwriters (Private) Limited
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by This program is free software: you can redistribute it and/or modify
* the Free Software Foundation, either version 3 of the License, or it under the terms of the GNU General Public License as published by
* (at your option) any later version. the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of This program is distributed in the hope that it will be useful,
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the but WITHOUT ANY WARRANTY; without even the implied warranty of
* GNU General Public License for more details. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
import React, { useState } from "react"; import React, { useState } from "react";

View File

@@ -1,19 +1,20 @@
/* This file is part of the Notesnook project (https://notesnook.com/) /*
* This file is part of the Notesnook project (https://notesnook.com/)
* Copyright (C) 2022 Streetwriters (Private) Limited
* Copyright (C) 2022 Streetwriters (Private) Limited
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by This program is free software: you can redistribute it and/or modify
* the Free Software Foundation, either version 3 of the License, or it under the terms of the GNU General Public License as published by
* (at your option) any later version. the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of This program is distributed in the hope that it will be useful,
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the but WITHOUT ANY WARRANTY; without even the implied warranty of
* GNU General Public License for more details. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
import React from "react"; import React from "react";

View File

@@ -1,19 +1,20 @@
/* This file is part of the Notesnook project (https://notesnook.com/) /*
* This file is part of the Notesnook project (https://notesnook.com/)
* Copyright (C) 2022 Streetwriters (Private) Limited
* Copyright (C) 2022 Streetwriters (Private) Limited
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by This program is free software: you can redistribute it and/or modify
* the Free Software Foundation, either version 3 of the License, or it under the terms of the GNU General Public License as published by
* (at your option) any later version. the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of This program is distributed in the hope that it will be useful,
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the but WITHOUT ANY WARRANTY; without even the implied warranty of
* GNU General Public License for more details. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
import Clipboard from "@react-native-clipboard/clipboard"; import Clipboard from "@react-native-clipboard/clipboard";

View File

@@ -1,19 +1,20 @@
/* This file is part of the Notesnook project (https://notesnook.com/) /*
* This file is part of the Notesnook project (https://notesnook.com/)
* Copyright (C) 2022 Streetwriters (Private) Limited
* Copyright (C) 2022 Streetwriters (Private) Limited
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by This program is free software: you can redistribute it and/or modify
* the Free Software Foundation, either version 3 of the License, or it under the terms of the GNU General Public License as published by
* (at your option) any later version. the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of This program is distributed in the hope that it will be useful,
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the but WITHOUT ANY WARRANTY; without even the implied warranty of
* GNU General Public License for more details. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
import React from "react"; import React from "react";

Some files were not shown because too many files have changed in this diff Show More