Skip to content

Commit

Permalink
Add missing word (#5546)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianwelsh authored and guyca committed Oct 31, 2019
1 parent 06b488b commit f1dc46d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/screen-api.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Screen API

This API is relevant when in a screen component context - it allows a screen to push other screens, pop screens, change its navigator style, etc. Access to this API is available through the `Navigation` module and expect to receive the current presented component id from screen `props.componentId`.
Component must initialize in stack in order to push another component.
Component must initialize in a stack in order to push another component.

## push(componentId, layout)

Expand Down

0 comments on commit f1dc46d

Please sign in to comment.