This repository was archived by the owner on Jul 28, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
android/src/main/java/tech/bam/RNBatchPush Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 38
38
public class RNBatchModule extends ReactContextBaseJavaModule {
39
39
private static final String NAME = "RNBatch" ;
40
40
private static final String PLUGIN_VERSION_ENVIRONMENT_VARIABLE = "batch.plugin.version" ;
41
- private static final String PLUGIN_VERSION = "ReactNative/5.3 .0" ;
41
+ private static final String PLUGIN_VERSION = "ReactNative/6.0.0-rc .0" ;
42
42
43
43
private final ReactApplicationContext reactContext ;
44
44
Original file line number Diff line number Diff line change 6
6
7
7
@import Batch;
8
8
9
- #define PluginVersion " ReactNative/5.3 .0"
9
+ #define PluginVersion " ReactNative/6.0.0-rc .0"
10
10
11
11
@interface RNBatch : NSObject <RCTBridgeModule>
12
12
+ (void )start : (BOOL )doNotDisturb ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @bam.tech/react-native-batch" ,
3
- "version" : " 5.3 .0" ,
3
+ "version" : " 6.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