record method not documented, shouldn't be exposed (#392)

This commit is contained in:
Kyle Corbitt
2016-09-03 12:34:18 -07:00
committed by Zack Story
parent a378edabbc
commit 696d55af01
@@ -263,7 +263,6 @@ public class RCTCameraModule extends ReactContextBaseJavaModule implements Media
return null;
}
@ReactMethod
private void record(final ReadableMap options, final Promise promise) {
if (mRecordingPromise != null) {
return;