custom-expo-updates-server
custom-expo-updates-server copied to clipboard
fix: Expo Current Update Id and Update Id check
In the code we are doing equality check on currentUpdateId
& id
in line #122. Which fails everytime because we are passing a hash in the manifest
API request from the android mobile application. Due to this we are always responding with the manifest to the mobile application.
This PR will fix this issue.