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.

Webpack config issue after manual install of 4.3.1

See original GitHub issue

Issue type

I’m submitting a … (check one with “x”)

  • bug report
  • feature request

Issue description

Current behavior: After a fresh install of expo and then a manual install of UI Kitten, a webpack-related compilation error is the result when run on web.

Expected behavior: That a manual install on top of a fresh expo install would run without issue.

Steps to reproduce: Clone this repo: https://github.com/educational-resources-and-services/react-native-ui-kitten-test-4.3.1

Related code: The exact commands I ran to produce the above repo:

expo init test
cd test
npm i @ui-kitten/components @eva-design/eva

Then I copied the code here for App.js. Then:

npm run web

Other information:

I did not install react-native-svg since I am using expo and therefore cannot do linking.

OS, device, package version

MacOS 10.15.1
@ui-kitten/components 4.3.1

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:15

github_iconTop GitHub Comments

3reactions
artyorshcommented, Dec 13, 2019

Got this fixed in 4.3.2 🎉 Upgrade

3reactions
artyorshcommented, Dec 8, 2019

I’ve got this working in a bare expo project with this configuration. Consider using it as a temporary solution. I can back to this issue later, maybe in the next patch release.

Demo project

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Prevent Webpack Error after npm Install?
After the last question update, this is my advice. Delete the next line in webpack.make.json : config.plugins = [ /*...*/ new ForkCheckerPlugin() ...
Read more >
Configuration - webpack
Out of the box, webpack won't require you to use a configuration file. However, it will assume the entry point of your project...
Read more >
Apache Karaf Container 4.x - Documentation
In this file, you can configure the different environment variables used by Apache Karaf. The Service Wrapper installer automatically populates these variables ...
Read more >
Changelog - Cypress Documentation
Fixed an issue with Angular Component Testing where a custom sourceRoot configuration would not be respected. Fixes #24827. Fixed Typescript typings for cy....
Read more >
ts-loader - npm
ts file, you can use the DeclarationBundlerPlugin in your webpack config. Failing the build on TypeScript compilation error. The build should ...
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