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 42
42
public class RNBatchModule extends ReactContextBaseJavaModule {
43
43
private static final String NAME = "RNBatch" ;
44
44
private static final String PLUGIN_VERSION_ENVIRONMENT_VARIABLE = "batch.plugin.version" ;
45
- private static final String PLUGIN_VERSION = "ReactNative/6.0.0-rc.4 " ;
45
+ private static final String PLUGIN_VERSION = "ReactNative/6.0.0" ;
46
46
47
47
private final ReactApplicationContext reactContext ;
48
48
Original file line number Diff line number Diff line change 6
6
7
7
@import Batch;
8
8
9
- #define PluginVersion " ReactNative/6.0.0-rc.4 "
9
+ #define PluginVersion " ReactNative/6.0.0"
10
10
11
11
@interface RNBatch : NSObject <RCTBridgeModule>
12
12
+ (void )start ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @bam.tech/react-native-batch" ,
3
- "version" : " 6.0.0-rc.4 " ,
3
+ "version" : " 6.0.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