Skip to content

Commit

Permalink
Update RN docs
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshLipan committed Sep 11, 2018
1 parent a634a5f commit 4aab2d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 76 deletions.
39 changes: 1 addition & 38 deletions ReactNative/docs/APIs.md
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ Example: ```isAllowPullToRefresh={ture}```。

***

#### customLayoutItems(iOS Only)
#### customLayoutItems

**PropTypes.string:**

Expand Down Expand Up @@ -628,43 +628,6 @@ Set the visibility of the record video button.

Example: ```showRecordVideoBtn={true}```

------

#### hideCameraButton(Android Only)
**PropTypes.bool:**

Set the visibility of the camera button.

Example: ```hideCameraButton={true}```


------

#### hideVoiceButton(Android Only)
**PropTypes.bool:**

Set the visibility of the voice button.

Example: ```hideVoiceButton={true}```

------

#### hideEmojiButton(Android Only)
**PropTypes.bool:**

Set the visibility of the Emoji button.

Example: ```hideEmojiButton={true}```

------

#### hidePhotoButton(Android Only)
**PropTypes.bool:**

Set the visibility of the photo button.

Example: ```hidePhotoButton={true}```

------
### inputPadding

Expand Down
39 changes: 1 addition & 38 deletions ReactNative/docs/APIs_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ Example: `messageTextLineHeight={5}`
### Props customizable style

------
#### customLayoutItems(iOS Only)
#### customLayoutItems

**PropTypes.string:**

Expand Down Expand Up @@ -627,43 +627,6 @@ Example: ```showSelectAlbumBtn={true}```

Example: ```showRecordVideoBtn={true}```


------

#### hideCameraButton(Android Only)
**PropTypes.bool:**

设置菜单栏相机按钮可见性。

Example: ```hideCameraButton={true}```

------

#### hideVoiceButton(Android Only)
**PropTypes.bool:**

设置菜单栏录音按钮可见性。

Example: ```hideVoiceButton={true}```

------

#### hideEmojiButton(Android Only)
**PropTypes.bool:**

设置菜单栏Emoji表情按钮可见性。

Example: ```hideEmojiButton={true}```

------

#### hidePhotoButton(Android Only)
**PropTypes.bool:**

设置菜单栏相册按钮可见性。

Example: ```hidePhotoButton={true}```

------
### inputPadding

Expand Down

0 comments on commit 4aab2d8

Please sign in to comment.