Update RCTCamera.m

This commit is contained in:
Jannik Sommerfeld 2016-04-09 02:44:24 +02:00 committed by Zack Story
parent 9c99108025
commit d449599248
No known key found for this signature in database
GPG Key ID: 9057E38B6937BF11
1 changed files with 5 additions and 0 deletions

View File

@ -73,6 +73,11 @@
[self.manager changeMirrorImage:mirrorImage];
}
- (void)setBarCodeTypes:(NSArray *)barCodeTypes
{
[self.manager changeBarCodeTypes:barCodeTypes];
}
- (void)setFlashMode:(NSInteger)flashMode
{
[self.manager changeFlashMode:flashMode];