Skip to content

Commit 314a533

Browse files
chore: Update text
1 parent eca9930 commit 314a533

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/text.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ This can be one of the following values:
419419

420420
### `id`
421421

422-
Used to locate this view from native code. Has precedence over `nativeID`
422+
Used to locate this view from native code. Has precedence over `nativeID` prop.
423423

424424
| Type |
425425
| ------ |

docs/touchablewithoutfeedback.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ This defines how far your touch can start away from the button. This is added to
271271

272272
### `id`
273273

274-
Used to locate this view from native code. Has precedence over `nativeID`
274+
Used to locate this view from native code. Has precedence over `nativeID` prop.
275275

276276
| Type |
277277
| ------ |

docs/view.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ For example, if a touchable view has a height of 20 the touchable height can be
284284

285285
### `id`
286286

287-
Used to locate this view from native classes. Has precedence over `nativeID`
287+
Used to locate this view from native classes. Has precedence over `nativeID` prop.
288288

289289
> This disables the 'layout-only view removal' optimization for this view!
290290

0 commit comments

Comments
 (0)