File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed
android/src/main/java/com/batch/batch_rn Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1+ 10.1.1
2+ ----
3+
4+ ** Expo**
5+ - Fixed an issue preventing Expo from pre-building on iOS
6+
7+
1810.1.0
29----
310
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ public class RNBatchModuleImpl {
5454
5555 private static final String PLUGIN_VERSION_ENVIRONMENT_VARIABLE = "batch.plugin.version" ;
5656
57- public static final String PLUGIN_VERSION = "ReactNative/10.0 .1" ;
57+ public static final String PLUGIN_VERSION = "ReactNative/10.1 .1" ;
5858
5959 public static final String LOGGER_TAG = "RNBatchBridge" ;
6060
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/10.1.0 "
4+ #define PluginVersion " ReactNative/10.1.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" : " 10.1.0 " ,
3+ "version" : " 10.1.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