In file node_modules/contour-ai-sdk/src/index.tsx there’s such code:
import { LogBox } from 'react-native';
LogBox.ignoreAllLogs();
Importing anything from that file (and we need to import at least startContourSDK) results in disabling all logboxes in the app.
Build version 1.7.1 or below
Detailed information
In file node_modules/contour-ai-sdk/src/index.tsx there’s such code: import { LogBox } from 'react-native'; LogBox.ignoreAllLogs(); Importing anything from that file (and we need to import at least startContourSDK) results in disabling all logboxes in the app.