useRouter
Returns the router with its units bound to the current Effector scope.
useRouter is re-exported from @effector/router-react; its API and behavior are identical in React Native.
Import
tsx
import { useRouter } from '@effector/router-react-native';Original documentation
See useRouter in the React API for usage and examples.