Closed
Description
Hi there,
I'm getting the following exception immediately after retrieving the bundle from the packager (iOS works fine):
Usage:
class App extends Component {
constructor() {
super();
Instabug.startWithToken(process.env.INSTABUG_TOKEN, Instabug.invocationEvent.shake);
}
According to the React Native source, it does appear to be true that Locale
is not a supported argument class. Am I missing anything here?
Thanks in advance for any help or guidance!
RN version: 0.39
instabug-reactnative version: 1.0.2 (installed via react-native link instabug-reactnative
)
Metadata
Metadata
Assignees
Labels
No labels