Skip to content

Android runtime exception: "Got unknown argument class: Locale" #3

Closed
@sjyoung12

Description

@sjyoung12

Hi there,

I'm getting the following exception immediately after retrieving the bundle from the packager (iOS works fine):
screen shot 2017-01-06 at 5 04 10 pm

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions