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 9c525e1 commit f18f34eCopy full SHA for f18f34e
android/src/main/java/com/batch/batch_rn/RNBatchModule.java
@@ -53,7 +53,7 @@ public class RNBatchModule extends NativeRNBatchModuleSpec {
53
54
private static final String PLUGIN_VERSION_ENVIRONMENT_VARIABLE = "batch.plugin.version";
55
56
- public static final String PLUGIN_VERSION = "ReactNative/11.1.0";
+ public static final String PLUGIN_VERSION = "ReactNative/12.0.0";
57
58
public static final String LOGGER_TAG = "RNBatchBridge";
59
ios/RNBatch.h
@@ -1,4 +1,4 @@
1
-#define PluginVersion "ReactNative/11.1.0"
+#define PluginVersion "ReactNative/12.0.0"
2
3
@interface RNBatch: NSObject
4
0 commit comments