Expensify / react-native-qrcode-svg

A QR Code generator for React Native based on react-native-svg and node-qrcode.
MIT License
1.08k stars 217 forks source link

Unable to resolve module react-native-svg #159

Open mohammadhunan-dev opened 2 years ago

mohammadhunan-dev commented 2 years ago

When working w/ this package + expo, I get the following error:

iOS Bundling failed 13711ms
Unable to resolve module react-native-svg from <folder>/node_modules/react-native-qrcode-svg/src/index.js: react-native-svg could not be found within the project or in these directories:
  node_modules
   9 |   LinearGradient,
  10 |   Stop
> 11 | } from 'react-native-svg'
     |         ^
  12 | import genMatrix from './genMatrix'
  13 | import transformMatrixIntoPath from './transformMatrixIntoPath'

expo version 45.0.5 react-native-qrcode-svg version: 6.1.2 node verion v12.19.0

ansh-dagha commented 2 years ago

Have you installed "react-native-svg" ? Try npm i react-native-svg