react-native-vision-camera-locationInterfaces
ListenerSubscription
interface ListenerSubscriptionRepresents a subscription to any kind of listener.
You can remove the subscription by calling
remove().
Properties
remove()
remove: () => voidRemove the listener subscription.
You can call this in a useEffect's
cleanup function.