expo-file-system as standalone
See original GitHub issueš Bug Report
Iām trying to use the fs module standalone.
Environment
- Expo: N/A
- Platform: iOS
- Standalone. It contains nothing related to expo.
Steps to Reproduce
https://github.com/expo/expo/tree/master/packages/expo-file-system#installation
Expected Behavior
An installed and usable FS module.
Actual Behavior
- No pod added to Podfile.
- When running app anyway, ā@unimodules/coreā canāt be found.
- Trying to add podfile myself doesnāt work either.
pod 'EXFileSystem', :path => '../node_modules/expo-file-system/ios/EXFileSystem.podspec'
results in Unable to find a specification forUMCore
depended upon byEXFileSystem
Seems like two separate issues.
Reproducible Demo
I really want to supply one, but itās literally an installation issue so I canāt make one.
react-native init SomeName --template typescript
yarn add expo-file-system
react-native link expo-file-system
No output (nothing linked). No updates in ios/Podfile.
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
FileSystem - Expo Documentation
expo -file-system provides access to a file system stored locally on the device. Within Expo Go, each project has a separate file system...
Read more >Expo-file-system - npm.io
Provides access to the local file system on the device. API documentation. Documentation for the main branch Ā· Documentation for the latest stable...
Read more >How to use the expo-file-system.bundleDirectory function in ...
To help you get started, we've selected a few expo-file-system.bundleDirectory examples, based on popular ways it is used in public projects.
Read more >expo sdk 41 - unable to build standalone apk/aab
... expo-file-system@11.0.2 from /app/turtle/workingdir/android/sdk41/packages/expo-file-system expo-font@9.1.0 fromĀ ...
Read more >expo open file - Ramozzi & Friends
Requirements Use it into Expo app (from expo client, Standalone app or ExpoKit app). getContentUriAsync() and Expo IntentLauncher import * as FileSystem ......
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
updated the readme, thanks for pointing this out!
Speaking of rap battles, Iām guessing thereās no way thisāll become a standalone thing? I really donāt want to use any more of expo than I absolutely have to.
Iām fine with helping out, if thatās something youād be open to.