Skip to content
This repository was archived by the owner on May 15, 2020. It is now read-only.

issues installing module #35

@aaronfsp

Description

@aaronfsp

When I run

npm install react-native-google-analytics@latest --save

The version that comes down includes old code.

For example in my lib/CustomDimensions.js

addDimension(index, name) {
    this.properties = {
      [`cd${index}`]: name
    };
  }

Which should be

addDimension(index, name) {
    this.properties[`cd${index}`] = name;
}

as updated in the below commit

0e5e865#diff-06466dd5d9193a549b4532feaf6bbe2e

Is there anyway to refresh this?

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