start/stop preview in takePicture callback, default to FOCUS_MODE_CONTINUOUS_PICTURE

This commit is contained in:
Zack
2016-01-28 10:19:22 -08:00
parent d0355fe2e6
commit 15a6311b4e
3 changed files with 5 additions and 6 deletions
@@ -144,6 +144,3 @@ public class RCTCameraView extends ViewGroup {
this.postInvalidate(this.getLeft(), this.getTop(), this.getRight(), this.getBottom());
}
}