chore: ignore lib warning
这个提交包含在:
父节点
764296708c
当前提交
53ec2bb578
共有 1 个文件被更改,包括 1 次插入 和 2 次删除
3
App.tsx
3
App.tsx
|
@ -60,9 +60,8 @@ initLocales();
|
|||
setupNotifications();
|
||||
|
||||
LogBox.ignoreLogs([
|
||||
// collapsible headers cause this warning, just ignore as it is not an issue
|
||||
'Non-serializable values were found in the navigation state',
|
||||
'Cannot update a component from inside the function body of a different component',
|
||||
'`new NativeEventEmitter()` was called with a non-null argument',
|
||||
]);
|
||||
|
||||
type StateType = {
|
||||
|
|
正在加载…
在新工单中引用