Skip to content

Commit

Permalink
Document PopNum (#916)
Browse files Browse the repository at this point in the history
* Document PopNum

* Update README.md
  • Loading branch information
K-Leon authored and charpeni committed Jul 11, 2016
1 parent 346f482 commit e964c80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ import {Actions} from 'react-native-router-flux'
And then:

* `Actions.ACTION_NAME(PARAMS)` will call the appropriate action and params will be passed to the scene.
* `Actions.pop()` will pop the current screen.
* `Actions.pop()` will pop the current screen. It can also take a param `{popNum: [number]}` that allows to pop multiple screens at once.
* `Actions.refresh(PARAMS)` will update the properties of the current screen.

## Production Apps using react-native-router-flux
Expand Down

0 comments on commit e964c80

Please sign in to comment.