Can someone help with loading an image from FileSystem in expo? The fileUri is as follows:
file:///Users/username/Library/Developer/CoreSimulator/Devices/B9799180-7428-41D8-A4BC-C3A34BF93043/data/Containers/Data/Application/3D502086-E077-42D5-9B56-A1DB78894261/Documents/ExponentExperienceData/%2540username3%252FProject/image.jpg
I've attempted to load it by using the fetch API and converting it to base64, but the Image component won't load the base64 encoded image due to its size.
Any other suggestions or solutions?