referenceError: Can't find variable: Buffer
See original GitHub issuereact-native: 0.59.10 react-native-qrcode-svg: 5.3.1 react-native-svg: 9.13.3
render show this error
just create a new project install react-native-svg and react-native-qrcode-svg
the App.js as
...
import QRCode from 'react-native-qrcode-svg';
...
render() {
return (
<View>
<QRCode value="https://www.baidu.com" />
</View>
);
}
Issue Analytics
- State:
- Created 4 years ago
- Reactions:3
- Comments:10 (3 by maintainers)
Top Results From Across the Web
Can't find variable: Buffer - node.js - Stack Overflow
Right now I'm running into a Can't find variable: Buffer which is being thrown in a util folder in the standard library.
Read more >Can't find variable:Buffer · Issue #14796 · facebook/react-native
When I deploy my app, I get this error: Can't find variable: Buffer.
Read more >ReferenceError: Can't find variable: Buffer - AppGyver forums
I have read the feed about “ReferenceError: Can't find variable: Buffer” but it isn't helping because it is currently working on the online ......
Read more >[Solved]-Cant find variable buffer-React Native - appsloveworld
Coding example for the question Cant find variable buffer-React Native. ... ReferenceError : Can't find variable React - React Navigation · react-native: ...
Read more >Can't find variable: Buffer (React Native App) - Losant Forums
I am trying to use losant-mqtt JS from within a React Native mobile application. For this, I used the repository available at GitHub: ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
+1 react-native: 0.59.5 react-native-qrcode-svg: 5.1.1 react-native-svg: 9.11.1
@awesomejerry I find something in react-native-qrcode-svg src/index.js
modify to
it works well, Ithink this may a compile bug with react-native or bable libs in the problem project