flyskywhy/react-native-gcanvas

Sending GCanvasReady with no listeners registered warning

mikepro4 opened this issue · 0 comments

Hey I'm adding this to bare expo react-native app on iOS.

"react-native": "0.72.6"

Getting a warning when adding to the project (empty expo app).

is there a way to surpress warnings?

UPD: your fix worked:

  require('react-native').LogBox.ignoreLogs([
    '`GCanvasReady` with no listeners',
  ]);