mirror of
https://github.com/status-im/react-native-camera.git
synced 2026-08-31 13:41:08 +00:00
record method not documented, shouldn't be exposed (#392)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user