mobile: handle editor not responding

This commit is contained in:
Ammar Ahmed
2024-05-09 12:04:22 +05:00
committed by Ammar Ahmed
parent 001cf8ee92
commit 511acc5fca
21 changed files with 744 additions and 287 deletions

View File

@@ -1,12 +1,12 @@
{
"name": "@notesnook/mobile",
"version": "3.0.0",
"version": "3.0.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@notesnook/mobile",
"version": "3.0.0",
"version": "3.0.2",
"hasInstallScript": true,
"license": "GPL-3.0-or-later",
"workspaces": [
@@ -3234,6 +3234,7 @@
"@szhsin/react-menu": "^4.1.0",
"buffer": "^6.0.3",
"framer-motion": "^10.16.8",
"localforage": "^1.10.0",
"mdi-react": "9.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
@@ -28495,7 +28496,7 @@
"react-native-tooltips": "^1.0.3",
"react-native-url-polyfill": "^2.0.0",
"react-native-vector-icons": "9.2.0",
"react-native-webview": "^11.14.1",
"react-native-webview": "^13.10.0",
"react-native-zip-archive": "6.0.9"
},
"devDependencies": {
@@ -45372,8 +45373,9 @@
}
},
"node_modules/react-native-webview": {
"version": "11.26.1",
"license": "MIT",
"version": "13.10.0",
"resolved": "https://registry.npmjs.org/react-native-webview/-/react-native-webview-13.10.0.tgz",
"integrity": "sha512-bntBbc3JHBve17NL5fqBWPiOYYDz1VmYUPA0UbsUPHgZj6t7TXUQd4yn2yL//XFKXPDlvMO+MPB9E1uAYpEp/g==",
"dependencies": {
"escape-string-regexp": "2.0.0",
"invariant": "2.2.4"