mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-01 19:49:54 +02:00
mobile: remove html-entities dep
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
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();
|
||||
Reference in New Issue
Block a user