mirror of
https://github.com/selfxyz/self.git
synced 2026-02-21 03:00:36 -05:00
13 lines
299 B
Objective-C
13 lines
299 B
Objective-C
//
|
|
// QRCodeScannerViewManager.m
|
|
// OpenPassport
|
|
//
|
|
// Created by Rémi Colin on 07/02/2025.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
#import <React/RCTViewManager.h>
|
|
|
|
@interface RCT_EXTERN_MODULE(QRCodeScannerViewManager, RCTViewManager)
|
|
RCT_EXPORT_VIEW_PROPERTY(onQRData, RCTDirectEventBlock)
|
|
@end |