Skip to content

Commit 02d0796

Browse files
committed
Revert "docs: add fallbackToAppCenter option"
This reverts commit c0d284e.
1 parent 8907351 commit 02d0796

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,8 +273,6 @@ let codePushOptions = {
273273
});
274274
return response;
275275
},
276-
// If an error occurs during the execution of the updateChecker function, the original update check behavior is performed as a fallback. (default: true)
277-
fallbackToAppCenter: true,
278276
};
279277

280278
let MyApp: () => React$Node = () => {

0 commit comments

Comments
 (0)