We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fb44f2 commit b3d6be1Copy full SHA for b3d6be1
RCTCamera.m
@@ -92,9 +92,9 @@ - (void)removeReactSubview:(UIView *)subview
92
93
- (void)removeFromSuperview
94
{
95
+ [self.manager stopSession];
96
[super removeFromSuperview];
97
[[NSNotificationCenter defaultCenter] removeObserver:self name:UIDeviceOrientationDidChangeNotification object:nil];
- [self.manager stopSession];
98
}
99
100
- (void)orientationChanged:(NSNotification *)notification{
package.json
@@ -4,7 +4,7 @@
4
"type" : "git",
5
"url" : "https://github.com/lwansbrough/react-native-camera.git"
6
},
7
- "version": "0.3.1",
+ "version": "0.3.2",
8
"description": "A Camera component for React Native. Also reads barcodes.",
9
"main": "Camera.ios.js",
10
"author": "Lochlan Wansbrough <[email protected]> (http://lwansbrough.com)",
0 commit comments