customize updates manifest URL in javascript that allow update from different channel in same shell app

expo only can define one manifest URL in EXShell.plst of ios and MainActivity.java of android currently, is there any way to customize updates manifest URL in javascript that allow update from different channel in same shell app?

eg:

Expo.Updates.checkForUpdateAsync(manifestURL)
| |
 v
Expo.Updates.checkForUpdateAsync('https://s3.amazonaws.com/myexpopublish/ios-index.json')

Hey @rylanxx,

This is not possible unfortunately.

Cheers,
Adam