I’m encountering difficulties when using expo-updates in Expo SDK 50. I recently migrated to SDK 50 and noticed that the –public-url option I was using previously is no longer available. I understand that this option has been replaced by another method, but I’m unsure of the correct approach.
Additional Details:
I’m using Expo SDK 50 in a bare project.
Prior to the migration, I was using expo-updates with the –public-url option to specify the public URL of my assets.
Now that the –public-url option is no longer available, I’m looking for an alternative to specify the public URL of my assets, ideally by hosting them on an S3 server.
What is the recommended method for specifying the public URL of assets in expo-updates without using –public-url?
How can I host my assets on an S3 server and use them with expo-updates in Expo SDK 50?
Can i not use eas?
Thank you very much for your assistance!