Disallow importing useIsFocused from @react-navigation/native to encourage using useFocusEffect instead (@bam.tech/no-use-is-focused)
💼 This rule is enabled in the performance config.
🔧 This rule is automatically fixable by the --fix CLI option.
Prevents from using "useIsFocused" to avoid performance issues. "useFocusEffect" should be used instead.
Examples of incorrect code for this rule:
import { useIsFocused } from "@react-navigation/native";