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 4747public class RNBatchModule extends ReactContextBaseJavaModule implements BatchEventDispatcher {
4848 private static final String NAME = "RNBatch" ;
4949 private static final String PLUGIN_VERSION_ENVIRONMENT_VARIABLE = "batch.plugin.version" ;
50- private static final String PLUGIN_VERSION = "ReactNative/7.0.2 " ;
50+ private static final String PLUGIN_VERSION = "ReactNative/7.0.3 " ;
5151
5252 private final ReactApplicationContext reactContext ;
5353
Original file line number Diff line number Diff line change 1212
1313@import Batch;
1414
15- #define PluginVersion " ReactNative/7.0.2 "
15+ #define PluginVersion " ReactNative/7.0.3 "
1616
1717@interface RNBatch : RCTEventEmitter <RCTBridgeModule, BatchEventDispatcherDelegate>
1818
Original file line number Diff line number Diff line change 11{
22 "name" : " @bam.tech/react-native-batch" ,
3- "version" : " 7.0.2 " ,
3+ "version" : " 7.0.3 " ,
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