Skip to content

Commit 4f050c8

Browse files
Update react-native-3.md
1 parent 13c6ea3 commit 4f050c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

programming/react-native/release-notes/react-native-3.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ This release focuses on practical performance gains for production environments
6464

6565
### New
6666

67-
- Added a new method, [`switchCapturingTemplate`]({{ site.dcv_react_native_api }}capture-vision-router.html#switchcapturingtemplate), which allows switching templates dynamically during the image processing workflow.
68-
- Added a new method, [`clearDLModelBuffers`]({{ site.dcv_react_native_api }}capture-vision-router.html#cleardlmodelbuffers), to release memory by clearing buffered deep learning models.
69-
- Added a new method, [`setGlobalIntraOpNumThreads`]({{ site.dcv_react_native_api }}capture-vision-router.html#setglobalintraopnumthreads), to configure the global number of threads used for model execution.
67+
- Added a new method, [`switchCapturingTemplate`]({{ site.dcv_react_native_api }}capture-vision-router/capture-vision-router.html#switchcapturingtemplate), which allows switching templates dynamically during the image processing workflow.
68+
- Added a new method, [`clearDLModelBuffers`]({{ site.dcv_react_native_api }}capture-vision-router/capture-vision-router.html#cleardlmodelbuffers), to release memory by clearing buffered deep learning models.
69+
- Added a new method, [`setGlobalIntraOpNumThreads`]({{ site.dcv_react_native_api }}capture-vision-router/capture-vision-router.html#setglobalintraopnumthreads), to configure the global number of threads used for model execution.
7070
- Added a new button, `cameraToggleButton`, to the `CameraView`, allowing users to switch between the front and back cameras.
7171
The following APIs are provided for configuring the `cameraToggleButton`:
7272
- [`cameraToggleButton`]({{ site.dce_react_native_api }}camera-view.html#cameratogglebutton)

0 commit comments

Comments
 (0)