Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement ability to download architecture-specific packages #7

Open
mikehardy opened this issue Mar 13, 2019 · 3 comments
Open

Implement ability to download architecture-specific packages #7

mikehardy opened this issue Mar 13, 2019 · 3 comments
Labels
enhancement New feature or request
Milestone

Comments

@mikehardy
Copy link
Owner

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 mikehardy added the enhancement New feature or request label Mar 13, 2019
@mikehardy mikehardy added this to the Next Release milestone Mar 13, 2019
@mikehardy mikehardy assigned mikehardy and unassigned mikehardy Mar 13, 2019
@bshubham80
Copy link

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

@WNemencha
Copy link

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 ^^

@mikehardy
Copy link
Owner Author

Nice workaround!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants