ответвлён от vergnet/application-amicale
chore: ignore lib warning
Этот коммит содержится в:
родитель
764296708c
коммит
53ec2bb578
1 изменённых файлов: 1 добавлений и 2 удалений
3
App.tsx
3
App.tsx
|
@ -60,9 +60,8 @@ initLocales();
|
||||||
setupNotifications();
|
setupNotifications();
|
||||||
|
|
||||||
LogBox.ignoreLogs([
|
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',
|
'Cannot update a component from inside the function body of a different component',
|
||||||
|
'`new NativeEventEmitter()` was called with a non-null argument',
|
||||||
]);
|
]);
|
||||||
|
|
||||||
type StateType = {
|
type StateType = {
|
||||||
|
|
Загрузка…
Сослаться в новой задаче