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 3838public class RNBatchModule extends ReactContextBaseJavaModule {
3939 private static final String NAME = "RNBatch" ;
4040 private static final String PLUGIN_VERSION_ENVIRONMENT_VARIABLE = "batch.plugin.version" ;
41- private static final String PLUGIN_VERSION = "ReactNative/6.0.0-rc.0 " ;
41+ private static final String PLUGIN_VERSION = "ReactNative/6.0.0-rc.1 " ;
4242
4343 private final ReactApplicationContext reactContext ;
4444
Original file line number Diff line number Diff line change 66
77@import Batch;
88
9- #define PluginVersion " ReactNative/6.0.0-rc.0 "
9+ #define PluginVersion " ReactNative/6.0.0-rc.1 "
1010
1111@interface RNBatch : NSObject <RCTBridgeModule>
1212+ (void )start : (BOOL )doNotDisturb ;
Original file line number Diff line number Diff line change 11{
22 "name" : " @bam.tech/react-native-batch" ,
3- "version" : " 6.0.0-rc.0 " ,
3+ "version" : " 6.0.0-rc.1 " ,
44 "description" : " React Native integration of Batch.com SDK" ,
55 "homepage" : " https://bamlab.github.io/react-native-batch-push" ,
66 "main" : " dist/Batch.js" ,
You can’t perform that action at this time.
0 commit comments