We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d10f57 commit ffb72d2Copy full SHA for ffb72d2
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+10.1.1
2
+----
3
+
4
+**Core**
5
+- Fix an issue with iOS objective-c app delegate detection
6
7
8
10.1.0
9
----
10
ios/RNBatch.h
@@ -1,7 +1,7 @@
#import <React/RCTEventEmitter.h>
#import <Batch/Batch.h>
-#define PluginVersion "ReactNative/10.1.0"
+#define PluginVersion "ReactNative/10.1.1"
#ifdef RCT_NEW_ARCH_ENABLED
#import <RNBatchSpec/RNBatchSpec.h>
package.json
@@ -1,6 +1,6 @@
{
"name": "@batch.com/react-native-plugin",
- "version": "10.1.0",
+ "version": "10.1.1",
"description": "Batch.com React-Native Plugin",
"homepage": "https://github.com/BatchLabs/Batch-React-Native-Plugin",
"main": "dist/Batch.js",
0 commit comments