idwise-react-native-sdk 4.7.3-alpha-01 → 4.7.3-alpha.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,2 +1,6 @@
1
+ #ifdef RCT_NEW_ARCH_ENABLED
2
+ #import <React-Codegen/React-Codegen.h>
3
+ #else
1
4
  #import <React/RCTBridgeModule.h>
5
+ #endif
2
6
  #import <React/RCTViewManager.h>
@@ -1,4 +1,8 @@
1
+ #ifdef RCT_NEW_ARCH_ENABLED
2
+ #import <React-Codegen/React-Codegen.h>
3
+ #else
1
4
  #import <React/RCTBridgeModule.h>
5
+ #endif
2
6
  #import <Foundation/Foundation.h>
3
7
  #import <React/RCTEventEmitter.h>
4
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "idwise-react-native-sdk",
3
- "version": "4.7.3-alpha-01",
3
+ "version": "4.7.3-alpha.03",
4
4
  "description": "IDWise React Native Bridge",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",