From ce86308b37443eea4bf13d2a4514e8ccf661f913 Mon Sep 17 00:00:00 2001 From: Khoroshikh Arkadiy Date: Fri, 17 Jul 2020 15:22:23 +0300 Subject: [PATCH] Readme. Fixed activate. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f0575b..0b5cc82 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ React Native bridge to the [AppMetrica](https://appmetrica.yandex.com/) on both import AppMetrica from 'react-native-appmetrica'; // Starts the statistics collection process. -AppMetrica.activateWithConfig({ +AppMetrica.activate({ apiKey: '...KEY...', sessionTimeout: 120, firstActivationAsUpdate: true,