Remove dependency from expo

See original GitHub issue

Hi!

I can see from this package’s package.json has expo@28.0.0 as dependency. However it will conflict with newer expo since they use newer react-native-svg package (6.2.2 vs 8.0.8) and it will create an error Tried to register two views with the same name RNSVGPath

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:7
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
Hermanyacommented, Jan 20, 2019

Removed expo from dependencies, version 2.0.0 is up

0reactions
toffiicommented, Jan 16, 2019

This explains why i am not getting this lib to work…

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to remove unwanted expo modules - react native
To remove a package from your node_modules directory, on the command line, use the uninstall command. Include the scope of the package is ......
Read more >
how to expo uninstall a dependency Code Example
Answers related to “how to expo uninstall a dependency” · expo fix dependencies · brew uninstall unused dependencies · pods remove and reinstall...
Read more >
Excluding Unimodules packages - Expo Development Tools
All unimodules packages are just interfaces, so you won't benefit in any way from removing them, it's possible that everything will work without ......
Read more >
How to Remove Unused Dependencies in React - Pluralsight
Uninstalling Packages Using npm uninstall · The -S or --save flag indicates that the package will be removed from your main dependencies. ·...
Read more >
How to completely remove Expo from the projects? · Issue #166
Alternatively, you could create a new project with react-native init and copy and paste your JS files into it. If you have already...
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