From 8525ca41e51025cccaf1cbe8123907441c6b03ee Mon Sep 17 00:00:00 2001 From: Andrey Bondarenko Date: Wed, 17 Feb 2021 19:47:34 +1000 Subject: [PATCH] change --- ios/AppMetrica.m | 5 ----- package.json | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/ios/AppMetrica.m b/ios/AppMetrica.m index ce13dae..8128c5d 100644 --- a/ios/AppMetrica.m +++ b/ios/AppMetrica.m @@ -21,11 +21,6 @@ static NSString *const kYMMReactNativeExceptionName = @"ReactNativeException"; RCT_EXPORT_MODULE(); -- (id)init { - self = [super init]; - return self; -} - - (dispatch_queue_t)methodQueue { return dispatch_get_main_queue(); diff --git a/package.json b/package.json index 10319a9..8e4f130 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-native-appmetrica-next", "title": "Yandex AppMetrica React Native Plugin && AppMetricaPushSDK (fireBase CloudMessage)", - "version": "1.0.14", + "version": "1.0.15", "description": "React Native plugin for AppMetrica analytics tool", "main": "index.js", "scripts": {