mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 06:59:31 +01:00
* mobile: reduce app size * editor: substitute all @mdi/js icons at build time * mobile: add script to tree shake icon font file * mobile: fix icon loading * mobile: remove html-entities dep * mobile: add missing icon fonts * mobile: include plain editor * mobile: add missing fonts * mobile: use webpack-bundle * mobile: keep generated fonts in repo * mobile: update fonts * mobile: fix duplicate key warning * mobile: update fonts * mobile: disable gesure on reminder sheet * mobile: update fonts * mobile: reset session correctly on logout * mobile: update icon fonts * mobile: set button action on reminder sheet * mobile: add missing icons * mobile: fix crash * mobile: fix right menus * mobile: remove console.log * mobile: disable bounce effect * mobile: update deps --------- Co-authored-by: Abdullah Atta <abdullahatta@streetwriters.co>
11 lines
587 B
Diff
11 lines
587 B
Diff
diff --git a/node_modules/@flyerhq/react-native-link-preview/lib/utils.js b/node_modules/@flyerhq/react-native-link-preview/lib/utils.js
|
|
index c1aff89..4a3f878 100644
|
|
--- a/node_modules/@flyerhq/react-native-link-preview/lib/utils.js
|
|
+++ b/node_modules/@flyerhq/react-native-link-preview/lib/utils.js
|
|
@@ -1,4 +1,4 @@
|
|
-import { decode } from 'html-entities';
|
|
+import { decode } from 'entities';
|
|
import { Image } from 'react-native';
|
|
export const getActualImageUrl = (baseUrl, imageUrl) => {
|
|
let actualImageUrl = imageUrl === null || imageUrl === void 0 ? void 0 : imageUrl.trim();
|