Skip to content

Commit 35c7b8d

Browse files
committed
Revert "docs: add bundleHost option"
This reverts commit 26391f5.
1 parent ae34b9a commit 35c7b8d

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

README.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -246,22 +246,6 @@ If you would like to display an update confirmation dialog (an "active install")
246246
247247
*NOTE: If you are using [Redux](http://redux.js.org) and [Redux Saga](https://redux-saga.js.org/), you can alternatively use the [react-native-code-push-saga](http://github.com/lostintangent/react-native-code-push-saga) module, which allows you to customize when `sync` is called in a perhaps simpler/more idiomatic way.*
248248
249-
You can self-host the update's file.
250-
Upload the file to your server exactly as you uploaded it to AppCenter. And specify the host and path using the `bundleHost` option.
251-
252-
```javascript
253-
let codePushOptions = {
254-
checkFrequency: codePush.CheckFrequency.MANUAL,
255-
bundlehost: 'https://cdn.yours.com/codepush/bundle/',
256-
};
257-
258-
let MyApp: () => React$Node = () => {
259-
}
260-
261-
MyApp = codePush(codePushOptions)(MyApp);
262-
```
263-
264-
265249
### Store Guideline Compliance
266250
267251
Android Google Play and iOS App Store have corresponding guidelines that have rules you should be aware of before integrating the CodePush solution within your application.

0 commit comments

Comments
 (0)