This commit is contained in:
Andrey Bondarenko 2021-02-17 19:47:34 +10:00
parent f48f0c8e29
commit 8525ca41e5
2 changed files with 1 additions and 6 deletions

View File

@ -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();

View File

@ -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": {