Job

Results 16 comments of Job

Checkout expo's [FileSystem](https://docs.expo.dev/versions/latest/sdk/filesystem/) module to use file system related functionality using expo Go.

I don't know why people aren't seeing my fist comment on here (maybe because I linked the package on the expo repo and not their docs) but I will post...

Seems like this should be possible with expo-file-system what exactly are you stuck on? Maybe post a small code snippet that isn't working.

As far as I know expo audio does definitely support WAV files because I have an app that is playing them using expo audio. I would also expect it to...

I see... You can record using MP3 (on iOS only) if that is something that helps. But probably not. I think your best bet, if you **must** for some reason...

That is interesting. Did not realize it was so hard to do something like that. I found [a tutorial](https://www.farhansayshi.com/post/how-to-save-files-to-a-device-folder-using-expo-and-react-native/) that might work for sharing the files outside of your apps...

For android it is [documented on the website](https://hermesengine.dev/docs/intl/#android-11) that using the compact option has some "rough edges". It says nothing about iOS tough. Saying it has "rough edges" cloud maybe...

Thank you for pointing me in the right direction! Will start looking into the code a bit more and will try to make a fix. From what I could find...

@neildhar I was looking into it a little bit and found the following comment in [PlatformIntlApple.mm](https://github.com/facebook/hermes/blob/f551b06ed5a966d1e416cbf88768a0133ade4515/lib/Platform/Intl/PlatformIntlApple.mm): ``` // NOTE: NSNumberFormatter has following limitations: // - "scientific" notation is supprted, "engineering"...

@neildhar I have created the PR. Maybe you can review it?