Skip to content
This repository was archived by the owner on Aug 14, 2025. It is now read-only.

Commit 68983ba

Browse files
committed
remove error when loading parsed text
1 parent ee16b52 commit 68983ba

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/utils/patterns.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@ export function loadParsedText() {
66

77
return ReactNativeParsedText;
88
} catch (err) {
9-
console.error(err);
109
console.warn(
11-
"Couldn't load react-native-parsed-text and eventemitter3, please install it if you want to use the pattern feature"
10+
"Couldn't load react-native-parsed-text, please install it if you want to use the pattern feature"
1211
);
1312
}
1413
}

0 commit comments

Comments
 (0)