Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 59cc18b

Browse files
committed
add the hidden tag in the read me file to support the documentation auto-sync function in the web site repo
1 parent bdf10ee commit 59cc18b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
This plugin provides client-side integration for the [CodePush service](http://codepush.tools), allowing you to easily add a dynamic update experience to your React Native app(s).
88

9+
<!-- React Native Catalog -->
10+
911
* [How does it work?](#how-does-it-work)
1012
* [Supported React Native Platforms](#supported-react-native-platforms)
1113
* [Supported Components](#supported-components)
@@ -26,6 +28,8 @@ This plugin provides client-side integration for the [CodePush service](http://c
2628
* [Continuous Integration / Delivery](#continuous-integration--delivery)
2729
* [TypeScript Consumption](#typescript-consumption)
2830

31+
<!-- React Native Catalog -->
32+
2933
## How does it work?
3034

3135
A React Native app is composed of JavaScript files and any accompanying [images](https://facebook.github.io/react-native/docs/images.html#content), which are bundled together by the [packager](https://github.com/facebook/react-native/tree/master/packager) and distributed as part of a platform-specific binary (i.e. an `.ipa` or `.apk` file). Once the app is released, updating either the JavaScript code (e.g. making bug fixes, adding new features) or image assets, requires you to recompile and redistribute the entire binary, which of course, includes any review time associated with the store(s) you are publishing to.

0 commit comments

Comments
 (0)