Skip to content

Commit

Permalink
Update examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Bunlong committed Nov 12, 2018
1 parent d861989 commit 0e1efe6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/BunlongGitHub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"react-native": "0.57.4",
"react-native-mask-loader": "0.0.3",
"react-native-router-flux": "^4.0.6",
"react-native-splash-screen-mask": "file:///home/bunlong/workspace/os/SplashScreenMask",
"react-native-splash-screen-mask": "^1.0.1",
"react-native-vector-icons": "^6.0.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/BunlongGitHub/src/SplashScreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default class SplashScreen extends Component {
imageSource={IMAGE}
navigationAction={() => Actions.homeScene()}
backgroundStyle={styles.backgroundStyle}
duration={5000}
duration={7000}
/>
);
}
Expand Down

0 comments on commit 0e1efe6

Please sign in to comment.