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.

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 for UMCore depended upon by EXFileSystem

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.

  1. react-native init SomeName --template typescript
  2. yarn add expo-file-system
  3. react-native link expo-file-system

No output (nothing linked). No updates in ios/Podfile.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
brentvatnecommented, May 20, 2019

updated the readme, thanks for pointing this out!

0reactions
RWOverdijkcommented, May 20, 2019

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.

Read more comments on GitHub >

github_iconTop 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 >

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