aws-sdk-react-native icon indicating copy to clipboard operation
aws-sdk-react-native copied to clipboard

Can we use this tool to download the App bundle?

Open cliren opened this issue 8 years ago • 1 comments

Wondering if this tool can be used to download the React Native app JS bundle from S3 like a deployment tool? The bundle shouldn't be available to public but just to the app. Appreciate any inputs on this.

Workflow:

  1. Build the RN app bundle on mac, upload it to S3 bucket.
  2. An app downloads the new bundle (when available: custom notification, automatic or custom logic) and makes the new deployment available to users

cliren avatar Mar 29 '17 21:03 cliren

@cliren something like https://microsoft.github.io/code-push/ ?

rturk avatar Oct 20 '17 14:10 rturk