Skip to content
This repository was archived by the owner on Apr 9, 2019. It is now read-only.

Commit f95f868

Browse files
committed
README
1 parent 50f07a0 commit f95f868

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Any valid React element (`React.PropTypes.element`)
9292

9393
Addtional options
9494

95-
##### `options.transiton` `{number|function}` `default='slide-left'`
95+
##### `options.transiton` `{number|function}` `default=Transition.type.PUSH_LEFT`
9696

9797
Specify the type of transition:
9898

@@ -144,6 +144,8 @@ Pop the last view off the stack
144144

145145
Addtional options - see [Push()](#push-options)
146146

147+
##### `options.transiton` `{number|function}` `default=Transition.type.PUSH_RIGHT`
148+
147149
***
148150

149151
### `setViews(views, [options])`

0 commit comments

Comments
 (0)