Skip to content

Commit 200ee85

Browse files
committed
v1.0.7 dump
1 parent 5dda1b5 commit 200ee85

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# react-navigation-helper
22

3-
![version](https://img.shields.io/badge/version-1.0.6-green.svg)
3+
![version](https://img.shields.io/badge/version-1.0.7-green.svg)
44

55
react-navigation StackNavigator Helper as convert screensProps, params to props as React prefer component props style.
66

StackNavigatorHelper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const transitionSpec = {
2020

2121
const animateNone = ({ position }) => {
2222
const opacity = position.interpolate({
23-
inputRange: [1, 1, 1],
23+
inputRange: [0, 1, 1],
2424
outputRange: [1, 1, 1]
2525
});
2626

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-navigation-helper",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"description": "react-navigation StackNavigatorHelper as convert screensProps, params to props as React prop style prefer.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)