Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

logbox ignore warnings

Included in React Native 0.63+

import { LogBox } from 'react-native';
LogBox.ignoreLogs(['Warning: ...']); // Ignore log notification by message
LogBox.ignoreAllLogs();//Ignore all log notifications
 
PREVIOUS NEXT
Tagged: #logbox #ignore #warnings
ADD COMMENT
Topic
Name
2+4 =