ilabs-flir 2.1.32 → 2.1.34

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.
@@ -5,7 +5,15 @@
5
5
  // React Native view manager for FLIR preview
6
6
  //
7
7
 
8
+ #if __has_include(<React/RCTViewManager.h>)
8
9
  #import <React/RCTViewManager.h>
10
+ #elif __has_include(<React/RCTUIManager.h>)
11
+ #import <React/RCTUIManager.h>
12
+ #else
13
+ #import <Foundation/Foundation.h>
14
+ @interface RCTViewManager : NSObject
15
+ @end
16
+ #endif
9
17
 
10
18
  NS_ASSUME_NONNULL_BEGIN
11
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ilabs-flir",
3
- "version": "2.1.32",
3
+ "version": "2.1.34",
4
4
  "description": "FLIR Thermal SDK for React Native - iOS & Android (bundled at compile time via postinstall)",
5
5
  "main": "src/index.js",
6
6
  "types": "src/index.d.ts",