react-native-update-apk icon indicating copy to clipboard operation
react-native-update-apk copied to clipboard

Implement ability to download architecture-specific packages

Open mikehardy opened this issue 6 years ago • 3 comments

The system should be able to detect what architecture it is running on (x86, x86-64, armv7 etc etc) and if an architecture-specific package exists, download it in preference to the generic package

mikehardy avatar Mar 13 '19 15:03 mikehardy

I think this should be implemented it will reduce lots of data for the end user.

bshubham80 avatar Jun 20 '20 06:06 bshubham80

On my side, I've done it by passing the supportedAbi from react-native-device-info as a querystring in the update url and then returning the correct URL based on that query param ^^

WNemencha avatar Mar 14 '21 21:03 WNemencha

Nice workaround!

mikehardy avatar Mar 14 '21 22:03 mikehardy