mirror of
https://github.com/status-im/react-native-camera.git
synced 2025-02-25 02:15:13 +00:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
785a85054b
@ -42,6 +42,11 @@ RCT_EXPORT_MODULE();
|
||||
return self.camera;
|
||||
}
|
||||
|
||||
+ (BOOL)requiresMainQueueSetup
|
||||
{
|
||||
return NO;
|
||||
}
|
||||
|
||||
- (NSDictionary *)constantsToExport
|
||||
{
|
||||
|
||||
@ -300,7 +305,7 @@ RCT_CUSTOM_VIEW_PROPERTY(captureAudio, BOOL, RCTCamera) {
|
||||
}
|
||||
}
|
||||
|
||||
- (NSArray *)customDirectEventTypes
|
||||
- (NSArray *)customBubblingEventTypes
|
||||
{
|
||||
return @[
|
||||
@"focusChanged",
|
||||
|
Loading…
x
Reference in New Issue
Block a user