Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 426 Bytes

File metadata and controls

19 lines (12 loc) · 426 Bytes

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");