meteor-react-native
meteor-react-native copied to clipboard
enableVerbose is not a function
trafficstars
Describe the bug Even though I import enableVerbose, function can't be found To Reproduce Steps to reproduce the behavior:
- import Meteor, { withTracker, enableVerbose } from '@meteorrn/core';
- call enableVerbose();