Contour-Document-Imaging / contours-ai-example

Sample code for Contours AI implementations
Other
0 stars 0 forks source link

Importing {Logbox} from 'react-native' disabling all logboxes in the app #26

Closed ashish-uft closed 7 months ago

ashish-uft commented 8 months ago

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.

faraz-ahmad-uft commented 7 months ago

We have removed this method from our dependency. This change is done in v1.9.0.

Closing the issue.