mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-04-24 04:25:34 +08:00
Release 0.4.0
This commit is contained in:
@@ -14,8 +14,9 @@
|
||||
"prop-types": "^15.6.0",
|
||||
"react": "16.3.1",
|
||||
"react-native": "~0.55.4",
|
||||
"react-navigation": "^2.11.1",
|
||||
"react-native-paper": "2.0.0-alpha.4"
|
||||
"react-native-paper": "2.0.0-alpha.4",
|
||||
"react-native-screens": "^1.0.0-alpha.9",
|
||||
"react-navigation": "^2.11.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-plugin-module-resolver": "^3.0.0",
|
||||
|
||||
@@ -3667,6 +3667,10 @@ react-native-safe-module@^1.1.0:
|
||||
dependencies:
|
||||
dedent "^0.6.0"
|
||||
|
||||
react-native-screens@^1.0.0-alpha.9:
|
||||
version "1.0.0-alpha.9"
|
||||
resolved "https://registry.yarnpkg.com/react-native-screens/-/react-native-screens-1.0.0-alpha.9.tgz#0d036192e248d454cb7601b659e7630fd0e37e9d"
|
||||
|
||||
react-native-svg@6.2.2:
|
||||
version "6.2.2"
|
||||
resolved "https://registry.yarnpkg.com/react-native-svg/-/react-native-svg-6.2.2.tgz#5803cddce374a542b4468c38a2474fca32080685"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "react-navigation-stack",
|
||||
"version": "0.3.0",
|
||||
"version": "0.4.0",
|
||||
"description": "Stack navigator component for React Navigation",
|
||||
"main": "dist/index.js",
|
||||
"files": [
|
||||
|
||||
@@ -11,7 +11,6 @@ const DefaultTransitionSpec = {
|
||||
timing: Animated.timing,
|
||||
};
|
||||
|
||||
// eslint-disable-next-line react/no-deprecated
|
||||
class Transitioner extends React.Component {
|
||||
constructor(props, context) {
|
||||
super(props, context);
|
||||
@@ -53,6 +52,7 @@ class Transitioner extends React.Component {
|
||||
this._isMounted = false;
|
||||
}
|
||||
|
||||
// eslint-disable-next-line react/no-deprecated
|
||||
componentWillReceiveProps(nextProps) {
|
||||
let nextScenes = NavigationScenesReducer(
|
||||
this.state.scenes,
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user