Disallow importing the react-native-svg package (@bam.tech/avoid-react-native-svg) ⚠️ This rule warns in the performance config. Prevents from using "react-native-svg" import to avoid performance issues. Rule details Examples of incorrect code for this rule: import Svg from "react-native-svg"; const Svg = require("react-native-svg");