mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-24 20:20:21 +01:00
* mobile: upgrade to react-native 0.71 * mobile: update to react-native 0.72.0 * mobile: fix release build on android * mobile: fix editor stuck in loading state * mobile: fix bootsplash logo in dark mode * mobile: update patch files * mobile: cleanup * mobile: increase delay * mobile: add logs on upload * mobile: ensure editor is ready before note loading * mobile: fix ui * mobile: fix * ci: update workflow * ci: undo workflow changes --------- Signed-off-by: Ammar Ahmed <40239442+ammarahm-ed@users.noreply.github.com>
38 lines
1.3 KiB
JSON
38 lines
1.3 KiB
JSON
{
|
|
"name": "@notesnook/mobile-app",
|
|
"version": "1.0.0",
|
|
"main": "./App.js",
|
|
"license": "GPL-3.0-or-later",
|
|
"dependencies": {
|
|
"@flyerhq/react-native-link-preview": "^1.6.0",
|
|
"@mdi/js": "^6.7.96",
|
|
"absolutify": "^0.1.0",
|
|
"dayjs": "^1.10.4",
|
|
"entities": "^3.0.1",
|
|
"html-to-text": "9.0.5",
|
|
"phone": "^3.1.14",
|
|
"qclone": "^1.2.0",
|
|
"react-native-actions-sheet": "0.9.0-alpha.18",
|
|
"react-native-check-version": "https://github.com/flexible-agency/react-native-check-version",
|
|
"react-native-drax": "^0.10.2",
|
|
"react-native-image-zoom-viewer": "^3.0.1",
|
|
"react-native-progress": "^5.0.0",
|
|
"react-native-qrcode-svg": "^6.0.6",
|
|
"react-native-reanimated-material-menu": "github:ammarahm-ed/react-native-reanimated-material-menu",
|
|
"react-native-reanimated-progress-bar": "1.0.1",
|
|
"toggle-switch-react-native": "3.2.0",
|
|
"url": "^0.11.0",
|
|
"validator": "^13.5.2",
|
|
"zustand": "^3.6.0",
|
|
"fflate": "^0.7.3",
|
|
"timeago.js": "4.0.2",
|
|
"react-native-blob-util": "0.17.3",
|
|
"react-native-swiper-flatlist": "3.2.2",
|
|
"@streetwriters/showdown": "^3.0.1-alpha.2",
|
|
"react-native-keyboard-aware-scroll-view": "^0.9.5",
|
|
"buffer": "^6.0.3",
|
|
"deprecated-react-native-prop-types": "^4.1.0"
|
|
},
|
|
"sideEffects": false
|
|
}
|