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