File tree Expand file tree Collapse file tree 4 files changed +11
-4
lines changed
android/src/main/java/com/batch/batch_rn Expand file tree Collapse file tree 4 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 1+ 8.1.2
2+ ----
3+
4+ ** Plugin**
5+
6+ * Fixed an issue on Android where ` open ` push message events queued on cold start were sent before we could register a listener.
7+
188.1.1
29----
310
411** Plugin**
512
6- * Fixed an issue where listening for ` open ` push message event wasn't working on cold start.
13+ * Fixed an issue where listening for ` open ` push message events wasn't working on cold start.
714
8158.1.0
916----
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ public class RNBatchModule extends ReactContextBaseJavaModule {
4747
4848 private static final String NAME = "RNBatch" ;
4949 private static final String PLUGIN_VERSION_ENVIRONMENT_VARIABLE = "batch.plugin.version" ;
50- private static final String PLUGIN_VERSION = "ReactNative/8.1.1 " ;
50+ private static final String PLUGIN_VERSION = "ReactNative/8.1.2 " ;
5151
5252 public static final String LOGGER_TAG = "RNBatchBridge" ;
5353
Original file line number Diff line number Diff line change 1212
1313#import < Batch/Batch.h>
1414
15- #define PluginVersion " ReactNative/8.1.1 "
15+ #define PluginVersion " ReactNative/8.1.2 "
1616
1717@interface RNBatch : RCTEventEmitter <RCTBridgeModule>
1818
Original file line number Diff line number Diff line change 11{
22 "name" : " @batch.com/react-native-plugin" ,
3- "version" : " 8.1.1 " ,
3+ "version" : " 8.1.2 " ,
44 "description" : " Batch.com React-Native Plugin" ,
55 "homepage" : " https://github.com/BatchLabs/Batch-React-Native-Plugin" ,
66 "main" : " dist/Batch.js" ,
You can’t perform that action at this time.
0 commit comments