From 933e92aff59a08e05117f8d460d6cababa4310a1 Mon Sep 17 00:00:00 2001 From: Marc Rousavy Date: Fri, 19 Feb 2021 21:31:01 +0100 Subject: [PATCH] Update TODO.md --- docs/TODO.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/TODO.md b/docs/TODO.md index 4ded223..a9ce6b3 100644 --- a/docs/TODO.md +++ b/docs/TODO.md @@ -2,7 +2,6 @@ This is an internal TODO list which I am using to keep track of some of the features that are still missing. -* [ ] focus(x, y) * [ ] Mirror images from selfie cameras (iOS Done, Android WIP) * [ ] Allow camera switching (front <-> back) while recording and stich videos together * [ ] Make `startRecording()` async. Due to NativeModules limitations, we can only have either one callback or one promise in a native function. For `startRecording()` we need both, since you probably also want to catch any errors that occured during a `startRecording()` call (or wait until the recording has actually started, since this can also take some time)