Remove expo dependency
See original GitHub issueWhy 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:
- Created 6 years ago
- Reactions:30
- Comments:12 (3 by maintainers)
Top 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 >
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 Free
Top 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
It would be helpful to have component without expo dependency
Expo SDK is huge for me. Support no expo version may be good