Camera in base64 format

In Expo.ImagePicker.launchImageLibraryAsync, you can get the base64 format after taking picture.

but for the new Camera API, it only returns the image uri
is there any way could easily get both uri and base64 when using Camera.takePictureAsync?

or could FileSystem convert the file to base64 format?

Thanks

I believe someone is working on this and it will likely be part of the next SDK release or the one after that.