mirror of
https://github.com/zhigang1992/react-native-code-push.git
synced 2026-06-13 01:18:56 +08:00
Get update folder method (#1323)
* Exposed current update path. * Check for null * API reference update
This commit is contained in:
committed by
Alexander Goncharov
parent
da56a35959
commit
201735ebad
@@ -57,4 +57,6 @@ As an alternative to constructors *you can also use `CodePushBuilder`* to setup
|
||||
|
||||
- __getBundleUrl(String bundleName)__ - Returns the path to the most recent version of your app's JS bundle file, using the specified resource name (e.g. `index.android.bundle`). This method has the same resolution behavior as the Objective-C equivalent described above.
|
||||
|
||||
- __getPackageFolder()__ - Returns the path to the current update folder.
|
||||
|
||||
- __overrideAppVersion(String appVersionOverride)__ - Sets the version of the application's binary interface, which would otherwise default to the Play Store version specified as the `versionName` in the `build.gradle`. This should be called a single time, before the CodePush instance is constructed.
|
||||
|
||||
Reference in New Issue
Block a user