From b651948d45f1aed2306a701e8e0f213e26f06f49 Mon Sep 17 00:00:00 2001 From: NesterovichAlexey Date: Tue, 22 Dec 2020 15:03:52 +0300 Subject: [PATCH] fix activation method in README.md --- 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,