When you want to efficiently manage multiple GestureViewer
instances, you can use the id
prop to use multiple GestureViewer
components.
GestureViewer
automatically removes instances from memory when components are unmounted, so no manual memory management is required.
The default id
value is default
.