bug
This commit is contained in:
parent
35de516c53
commit
1c20bd5a97
@ -56,7 +56,8 @@ public class AppMetricaModule extends ReactContextBaseJavaModule {
|
||||
@ReactMethod
|
||||
public void initPush() {
|
||||
// YandexMetricaPush.init(reactContext);
|
||||
getReactApplicationContext(), new FirebasePushServiceControllerProvider(getReactApplicationContext())
|
||||
YandexMetricaPush.init(getReactApplicationContext(),
|
||||
new FirebasePushServiceControllerProvider(getReactApplicationContext()));
|
||||
}
|
||||
|
||||
@ReactMethod
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "react-native-appmetrica-next",
|
||||
"title": "Yandex AppMetrica React Native Plugin && AppMetricaPushSDK (fireBase CloudMessage)",
|
||||
"version": "1.0.11",
|
||||
"version": "1.0.12",
|
||||
"description": "React Native plugin for AppMetrica analytics tool",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
Loading…
Reference in New Issue
Block a user