destroy
Destroy the Arrow Navigation instance in your project and clean up the resources.
This function destroys the Arrow Navigation instance and cleans up the resources. This function should be called when you no longer need the Arrow Navigation instance in your application.
Syntax
import { getArrowNavigation } from '@arrow-navigation/core'
const navigationApi = getArrowNavigation()
navigationApi.destroy()
Parameters
None
Returns
Void