We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5f0a0d commit df7f9cdCopy full SHA for df7f9cd
android/src/main/java/ly/count/android/sdk/react/CountlyReactNative.java
@@ -86,7 +86,7 @@ public class CountlyReactNative extends ReactContextBaseJavaModule implements Li
86
87
public static final String TAG = "CountlyRNPlugin";
88
private String COUNTLY_RN_SDK_VERSION_STRING = "24.4.1";
89
- private String COUNTLY_RN_SDK_NAME = "js-rnb-android";
+ private String COUNTLY_RN_SDK_NAME = "js-rnb-android-np";
90
91
private static final CountlyConfig config = new CountlyConfig();
92
private static Countly.CountlyMessagingMode messagingMode = Countly.CountlyMessagingMode.PRODUCTION;
0 commit comments