You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: App.tsx
+6-1
Original file line number
Diff line number
Diff line change
@@ -62,14 +62,19 @@ LogBox.ignoreLogs([
62
62
"Error destroying session",// Privy
63
63
'event="noNetwork',// ethers
64
64
"[Reanimated] Reading from `value` during component render. Please ensure that you do not access the `value` property or use `get` method of a shared value while React is rendering a component.",
65
-
"Attempted to import the module",
65
+
"Attempted to import the module",// General module import warnings
66
+
'Attempted to import the module "/Users',// More specific module import warnings
66
67
"Falling back to file-based resolution. Consider updating the call site or asking the package maintainer(s) to expose this API",
67
68
"Couldn't find real values for `KeyboardContext`. Please make sure you're inside of `KeyboardProvider` - otherwise functionality of `react-native-keyboard-controller` will not work. [Component Stack]",
68
69
"sync worker error storage error: Pool needs to reconnect before use",
69
70
"[Converse.debug.dylib] sync worker error storage error: Pool needs to reconnect before use",
70
71
"Falling back to file-based resolution. Consider updating the call site or asking the package maintainer(s) to expose this API.",
0 commit comments