chore: Move to /mrousavy/ (#224)

* rename 1/n

* 2

* 3

* fix indent
This commit is contained in:
Marc Rousavy
2021-06-21 22:42:46 +02:00
committed by GitHub
parent 5c9cc50b60
commit 9ea158ad8f
62 changed files with 95 additions and 103 deletions

View File

@@ -47,7 +47,7 @@ suspend fun CameraView.startRecording(options: ReadableMap, onRecordCallback: Ca
override fun onVideoSaved(outputFileResults: VideoCapture.OutputFileResults) {
val map = Arguments.createMap()
map.putString("path", videoFile.absolutePath)
// TODO: duration and size - see https://github.com/cuvent/react-native-vision-camera/issues/77
// TODO: duration and size - see https://github.com/mrousavy/react-native-vision-camera/issues/77
onRecordCallback(map, null)
// reset the torch mode

View File

@@ -36,7 +36,7 @@ suspend fun CameraView.takePhoto(options: ReadableMap): WritableMap = coroutineS
else -> throw InvalidTypeScriptUnionError("flash", flashMode ?: "(null)")
}
}
// All those options are not yet implemented - see https://github.com/cuvent/react-native-vision-camera/issues/75
// All those options are not yet implemented - see https://github.com/mrousavy/react-native-vision-camera/issues/75
if (options.hasKey("photoCodec")) {
// TODO photoCodec
}