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

Commit ffe95cb

Browse files
committed
add API reference anchor so that website page can get the tab to show it.
1 parent 59cc18b commit ffe95cb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,13 @@ code-push release-react [APP_NAME] ios -d test-variant-one
419419
*NOTE: The total user count that is reported in your deployment's "Install Metrics" will take into account users that have "switched" from one deployment to another. For example, if your `Production` deployment currently reports having 1 total user, but you dynamically switch that user to `Staging`, then the `Production` deployment would report 0 total users, while `Staging` would report 1 (the user that just switched). This behavior allows you to accurately track your release adoption, even in the event of using a runtime-based deployment redirection solution.*
420420
421421
---
422+
423+
## API Reference
424+
425+
* [JavaScript API](docs/api-js.md)
426+
* [Objective-C API Reference (iOS)](docs/api-ios.md)
427+
* [Java API Reference (Android)](docs/api-android.md)
428+
422429
## Example Apps / Starters
423430
424431
The React Native community has graciously created some awesome open source apps that can serve as examples for developers that are getting started. The following is a list of OSS React Native apps that are also using CodePush, and can therefore be used to see how others are using the service:

0 commit comments

Comments
 (0)