raxon-barcode-scanner 0.1.1 → 0.1.2

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.
@@ -289,11 +289,13 @@ private final class ExternalKeyboardHandler {
289
289
  }
290
290
  }
291
291
 
292
- // MARK: - UIViewController Extension
292
+ // MARK: - AssociatedKeys
293
+
294
+ private enum AssociatedKeys {
295
+ static var keyboardHandler: UInt8 = 0
296
+ }
293
297
 
294
- private var AssociatedKeys = (
295
- keyboardHandler: "raxon_keyboardHandler"
296
- )
298
+ // MARK: - UIViewController Extension
297
299
 
298
300
  @available(iOS 13.4, *)
299
301
  extension UIViewController {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "raxon-barcode-scanner",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Zebra and enterprise barcode scanner hook for React Native Expo apps",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",