Floating the update screenshot

This commit is contained in:
Jonathan Carter
2015-10-29 17:02:36 -07:00
parent f673a18568
commit 4895033074

View File

@@ -19,12 +19,12 @@ that isn't currently covered well by sync, please [let us know](mailto:codepushf
## How does it work?
<img src="https://cloud.githubusercontent.com/assets/116461/10835297/20b7cdf0-7e5e-11e5-8e44-ea6144839e5f.png" style="float: right" />
A React Native application's assets (JavaScript code and other resources) are traditionally bundled up as a ```.jsbundle``` file which is loaded from the application installation location on the target device during runtime. After you submit an update to the store, the user downloads the update, and those assets will be replaced with the new assets.
CodePush is here to simplify this process by allowing you to instantly update your application's assets without having to submit a new update to the store. We do this by allowing you to upload and manage your React Native app bundles on our CodePush server. In the application, we check for the presence of updated bundles on the server. If they are available, we will install and persist them to the internal storage of the device. If a new bundle is installed, the application will reload from the updated package location.
![Update available](https://cloud.githubusercontent.com/assets/116461/10835297/20b7cdf0-7e5e-11e5-8e44-ea6144839e5f.png)
## Plugin Acquisition
Acquire the React Native CodePush plugin by running the following command within your app's root directory: