File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed
android/src/main/java/com/batch/batch_rn Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1- INCOMING
1+ 11.0.1
22___
33
44** Expo**
55- Fixed nullable or not Android Intent based on Expo SDK version
66
7+
7811.0.0
89___
910
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ public class RNBatchModuleImpl {
5353
5454 private static final String PLUGIN_VERSION_ENVIRONMENT_VARIABLE = "batch.plugin.version" ;
5555
56- public static final String PLUGIN_VERSION = "ReactNative/11.0.0 " ;
56+ public static final String PLUGIN_VERSION = "ReactNative/11.0.1 " ;
5757
5858 public static final String LOGGER_TAG = "RNBatchBridge" ;
5959
Original file line number Diff line number Diff line change 11#import < React/RCTEventEmitter.h>
22#import < Batch/Batch.h>
33
4- #define PluginVersion " ReactNative/11.0.0 "
4+ #define PluginVersion " ReactNative/11.0.1 "
55
66#ifdef RCT_NEW_ARCH_ENABLED
77#import < RNBatchSpec/RNBatchSpec.h>
Original file line number Diff line number Diff line change 11{
22 "name" : " @batch.com/react-native-plugin" ,
3- "version" : " 11.0.0 " ,
3+ "version" : " 11.0.1 " ,
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