0.0.1-alpha • Published 5 years ago

@dndev/react-native-yandex-appmetrica v0.0.1-alpha

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

react-native-yandex appmetrica

Why

Bridge react-native-appmetrica has old versions of all dependencies and don't support Appmetrica Push SDK

Activate

import YandexAppmetrica from 'react-native-yandex-appmetrica';

// Activate with api key
YandexAppmetrica.activate('YOUR-API-KEY');

// Activate with config
YandexAppmetrica.activate(config);

// Activate pushes
YandexAppmetrica.activate(config, true);