File tree 4 files changed +5
-4
lines changed
android/src/main/java/com/batch/batch_rn 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
- UPCOMING
1
+ 8.0.0
2
2
----
3
3
4
4
** Plugin**
5
5
6
6
* Updated Batch 1.19. Batch requires Xcode 13.3.1 and iOS 10.0 or higher.
7
7
* Updated how Batch is imported to support React-Native v0.68 wich now uses Objective-C++.
8
+ * Added support for Expo 45
8
9
9
10
** User**
10
11
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ public class RNBatchModule extends ReactContextBaseJavaModule implements BatchEv
53
53
54
54
private static final String NAME = "RNBatch" ;
55
55
private static final String PLUGIN_VERSION_ENVIRONMENT_VARIABLE = "batch.plugin.version" ;
56
- private static final String PLUGIN_VERSION = "ReactNative/7 .0.3 " ;
56
+ private static final String PLUGIN_VERSION = "ReactNative/8 .0.0 " ;
57
57
58
58
private static final String BATCH_BRIDGE_ERROR_CODE = "BATCH_BRIDGE_ERROR" ;
59
59
Original file line number Diff line number Diff line change 12
12
13
13
#import < Batch/Batch.h>
14
14
15
- #define PluginVersion " ReactNative/7 .0.3 "
15
+ #define PluginVersion " ReactNative/8 .0.0 "
16
16
17
17
@interface RNBatch : RCTEventEmitter <RCTBridgeModule, BatchEventDispatcherDelegate>
18
18
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @batch.com/react-native-plugin" ,
3
- "version" : " 7 .0.3 " ,
3
+ "version" : " 8 .0.0 " ,
4
4
"description" : " Batch.com React-Native Plugin" ,
5
5
"homepage" : " https://github.com/BatchLabs/sdk.temp.react-native-plugin" ,
6
6
"main" : " dist/Batch.js" ,
You can’t perform that action at this time.
0 commit comments