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.

Remove expo dependency

See original GitHub issue

Why not extract only the parts used?

I see it only uses BlurView and FileSystem.

AFAIK, BlurView was based on https://github.com/react-native-community/react-native-blur and for FileSystem https://github.com/itinance/react-native-fs should do the job.

Issue Analytics

  • State:open
  • Created 6 years ago
  • Reactions:30
  • Comments:12 (3 by maintainers)

github_iconTop GitHub Comments

9reactions
jariwalabhaveshcommented, Apr 11, 2018

It would be helpful to have component without expo dependency

8reactions
Lxxyxcommented, Mar 9, 2018

Expo SDK is huge for me. Support no expo version may be good

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 completely remove Expo from the projects? · Issue #166
After you do that, just remove all references to expo in your JS code (like you would with any JavaScript package) - there...
Read more >
how to remove an expo package - Code Grepper
if you want to uninstall a package, expo can't do that. Instead, run yarn remove.
Read more >
Being free from “expo” in React Native apps - Medium
This article covers a way to develop without expo for people who decided to keep the project according to their own development strategy....
Read more >
Add Expo to an existing project
Learn how to add Expo SDK to an existing React Native project. ... The following Expo modules are brought in as dependencies of...
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