0.14.1 • Published 10 months ago

@extence/react-native-appmetrica v0.14.1

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

@extence/react-native-appmetrica

React Native wrapper around AppMetrica

Installation

npm install @extence/react-native-appmetrica

!IMPORTANT Added android support!

Usage

import {initialize, reportEvent, reportPurchase} from '@extence/react-native-appmetrica';

// ...

const config = { // config is not required
  revenueAutoTrackingEnabled: true,
  appVersion: '1.0.0'
};
initialize(SDK_KEY, config);
reportEvent(event, params);
reportPurchase({price, currency, productId, quantity, orderId, source}, SDK_KEY);

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library

0.14.1

10 months ago

0.14.0

11 months ago

0.13.3

11 months ago

0.13.4

11 months ago

0.10.0

2 years ago

0.11.0

2 years ago

0.10.1

2 years ago

0.12.0

1 year ago

0.13.0

1 year ago

0.13.1

1 year ago

0.13.2

1 year ago

0.8.0

2 years ago

0.7.0

2 years ago

0.6.0

2 years ago

0.5.1

2 years ago

0.5.0

2 years ago

0.4.0

2 years ago

0.2.1

2 years ago

0.1.1

2 years ago