Expo SDK 34 error with FileSystem.writeAsStringAsync
See original GitHub issueHi, We are trying to upgrade to Expo 34 (to get now required play store 64 bit app). We are seeing this error that seems to be caused by:
import ExpoTHREE from "expo-three";
The error is:
undefined is not an object (evaluating '_expo.FileSystem.writeAsStringAsync')
Stack trace start:
<unknown>
C\User\....app_path...\node_modules\@expo\browser-polyfill\src\DOM\HTMLImageElement.js3:8
package.json:
"expo-three": "^4.0.3",
Any ideas?
Issue Analytics
- State:
- Created 4 years ago
- Reactions:2
- Comments:7 (1 by maintainers)
Top Results From Across the Web
FileSystem - Expo Documentation
The string which allows the api to resume a paused download. This is set on the DownloadResumable object automatically when a download is...
Read more >react-native Expo FileSystem.downloadAsync respond 400 ...
Show activity on this post. my problem is i had 400 bad request when i try to download a file using expo filesystem....
Read more >How to use the expo-file-system.writeAsStringAsync function ...
Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues...
Read more >Local Storage Solutions Needed (React-Native + Expo) - Reddit
I'm using Expo and trying not to use any native ios/android code. ... import { FileSystem } from "expo"; // Based on https://snack.expo.io/@ ......
Read more >React Native Signature Component based WebView Canvas
Installation(for React Native V0.60.0 or Expo SDK v35.0.0) ... If you use expo, you can use expo-file-system for save base64 image as local...
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 FreeTop 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
Top GitHub Comments
Pulled down this PR https://github.com/expo/expo-three/pull/115 and that gets the error to go away but now getting a new error.
The new error is:
ExpoTHREE.loadAsync(require(‘someObjFile’));
[TypeError: undefined is not a constructor (evaluating 'new _Three.default.OBJLoader()')]
Fixed in latest 5.5.1