Web Support ?
See original GitHub issueHi, 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:
- Created 4 years ago
- Comments:6 (2 by maintainers)
Top 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 >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
@ri7nz Done in v.1.3.0. Thanks
I have been try use
react-native-eva-icons
withreact-native-web
butjsx
didn’t compile toplain javascript
Because of
jsx
not transpile tojavascript
,react-scripts
can run my project withreact-native-eva-icons
.@artyorsh
Thanks.