This repository was archived by the owner on Jul 28, 2022. It is now read-only.
File tree 3 files changed +3
-3
lines changed
android/src/main/java/tech/bam/RNBatchPush 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 46
46
public class RNBatchModule extends ReactContextBaseJavaModule implements BatchEventDispatcher {
47
47
private static final String NAME = "RNBatch" ;
48
48
private static final String PLUGIN_VERSION_ENVIRONMENT_VARIABLE = "batch.plugin.version" ;
49
- private static final String PLUGIN_VERSION = "ReactNative/6.1 .0-rc.0" ;
49
+ private static final String PLUGIN_VERSION = "ReactNative/7.0 .0-rc.0" ;
50
50
51
51
private final ReactApplicationContext reactContext ;
52
52
Original file line number Diff line number Diff line change 12
12
13
13
@import Batch;
14
14
15
- #define PluginVersion " ReactNative/6.1 .0-rc.0"
15
+ #define PluginVersion " ReactNative/7.0 .0-rc.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" : " @bam.tech/react-native-batch" ,
3
- "version" : " 6.1 .0-rc.0" ,
3
+ "version" : " 7.0 .0-rc.0" ,
4
4
"description" : " React Native integration of Batch.com SDK" ,
5
5
"homepage" : " https://bamlab.github.io/react-native-batch-push" ,
6
6
"main" : " dist/Batch.js" ,
You can’t perform that action at this time.
0 commit comments