[Solved] Making a subfolder with FileSystem.makeDirectoryAsync doesn't work on Android device?

I have a Snack set up that show what I’m trying to do.
Try it here ==> Folder Creation Test
It works perfectly on the both iOS and Android emulated devices.

But when I run it live on my Android device the folder is never created.

Expo has full permissions for Storage read/write.

What am I missing?

Thanks!

There was a typo (extra single quote) that iOS was eating but Android wasn’t.

It’s working as expected now. :smile:

1 Like

glad you figured it out :slight_smile:

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.