mirror of
https://github.com/zhigang1992/react-native-code-push.git
synced 2026-05-30 00:30:51 +08:00
format the document to fit for auto-syn purpose.
This commit is contained in:
@@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
### Java API Reference (Android)
|
### Java API Reference (Android)
|
||||||
|
|
||||||
The Java API is made available by importing the `com.microsoft.codepush.react.CodePush` class into your `MainActivity.java` file, and consists of a single public class named `CodePush`.
|
The Java API is made available by importing the `com.microsoft.codepush.react.CodePush` class into your `MainActivity.java` file, and consists of a single public class named `CodePush`.
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
### Objective-C API Reference (iOS)
|
### Objective-C API Reference (iOS)
|
||||||
|
|
||||||
The Objective-C API is made available by importing the `CodePush.h` header into your `AppDelegate.m` file, and consists of a single public class named `CodePush`.
|
The Objective-C API is made available by importing the `CodePush.h` header into your `AppDelegate.m` file, and consists of a single public class named `CodePush`.
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
## API Reference
|
## API Reference
|
||||||
|
|
||||||
The CodePush plugin is made up of two components:
|
The CodePush plugin is made up of two components:
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
## Android Setup
|
## Android Setup
|
||||||
|
|
||||||
In order to integrate CodePush into your Android project, perform the following steps:
|
In order to integrate CodePush into your Android project, perform the following steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user