0.14.1 • Published 2 years ago
@extence/react-native-appmetrica v0.14.1
@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
2 years ago
0.14.0
2 years ago
0.13.3
2 years ago
0.13.4
2 years ago
0.10.0
3 years ago
0.11.0
3 years ago
0.10.1
3 years ago
0.12.0
3 years ago
0.13.0
3 years ago
0.13.1
3 years ago
0.13.2
3 years ago
0.8.0
3 years ago
0.7.0
3 years ago
0.6.0
3 years ago
0.5.1
3 years ago
0.5.0
3 years ago
0.4.0
3 years ago
0.2.1
3 years ago
0.1.1
3 years ago