You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@longsangstan: Imports get hoisted above require() calls, so try using import 'node-libs-react-native/globals' or moving everything into App.js and doing require('./App').
Sorry it is probably a beginner mistake. I followed the docs and required 'node-libs-react-native/globals' in my app like this:
But the error of "Can't find variable: Buffer" is still showing. I added the
rn-cli.config.js
file already.What am I missing? Thanks.
The text was updated successfully, but these errors were encountered: