React Web Installation
Peer Dependency: react-qr-code requires React ^19.2.3 as a peer dependency.
React Native Installation
When using this library with React Native, you’ll need additional setup for SVG support.Install react-native-svg
React Native requires the See the react-native-svg installation guide for more details.
react-native-svg library to render SVG elements.The
react-native-svg dependency is required for React Native but is not automatically installed. Make sure to install it separately.