Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

Commit

Permalink
fix broken function export
Browse files Browse the repository at this point in the history
  • Loading branch information
Traviskn committed Jul 11, 2017
1 parent 8d90320 commit ebeff73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ transition config into this library. See the corresponding issue [here](https:/
## Installation and Usage

- Install this library

`npm install --save react-navigation-slide-from-right-transition`

- Pass down the custom transition configuration to your `react-navigation` StackNavigator:
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function forHorizontal(props) {
};
}

export default getSlideFromRightTransitionConfig() {
export default function getSlideFromRightTransitionConfig() {
return {
transitionSpec: {
duration: 500,
Expand Down

0 comments on commit ebeff73

Please sign in to comment.