question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Hi, I have tried to use UI kitten on RNW / Next JS. and an error occurs while integrate with Eva Icons

ReferenceError: Cannot access 'React' before initialization
./node_modules/react-native-eva-icons/icons/Github.js
/_next/development/server/static/development/pages/index.js:18566:13
__webpack_require__
./webpack/bootstrap:21
  18 | // Execute the module function
  19 | var threw = true;
  20 | try {
> 21 | 	modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
     | ^  22 | 	threw = false;
  23 | } finally {
  24 | 	if(threw) delete installedModules[moduleId];
View compiled
module.exports../node_modules/react-native-eva-icons/icons/index.js.exports.findIconByName
./lib/icons/index.ts:693
  690 |     return require('./PersonOutline').default;
  691 | case 'person-remove':
  692 |     return require('./PersonRemove').default;
> 693 | case 'person-remove-outline':
      | ^  694 |     return require('./PersonRemoveOutline').default;
  695 | case 'phone':
  696 |     return require('./Phone').default;

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
artyorshcommented, Jan 19, 2020

@ri7nz Done in v.1.3.0. Thanks

1reaction
r17xcommented, Jan 18, 2020

I have been try use react-native-eva-icons with react-native-web but jsx didn’t compile to plain javascript Screenshot_20200118_153956

Because of jsx not transpile to javascript, react-scripts can run my project with react-native-eva-icons.

@artyorsh

Thanks.

Read more comments on GitHub >

github_iconTop Results From Across the Web

web.support
Integrate Co-Browsing, Screen Sharing and Augmented Reality into your Website and Web Application. Without Download, without Installation, without App.
Read more >
Support and Login for DIY Websites, Hosting and ... - Web.com
If you're having trouble logging in, please contact customer support at 1-800-311-2707. Sign-In. Current Member Sign In. You can find your User Name...
Read more >
What is the web support portal and how do I set it up?
The web support portal consists of your FAQs and a contact form that feeds issues straight into your Helpshift dashboard. · To set...
Read more >
9 Types of Website Support and Maintenance Services
We support your site & keep it secure ... Additionally, if you are using a website host, a web service maintenance provider will...
Read more >
Create your own website - Websupport
Create your own website without prior knowledge. Order a domain and a web hosting package – we take care of the technical parts....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found