Skip to content

Commit 0e1efe6

Browse files
committed
Update examples
1 parent d861989 commit 0e1efe6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/BunlongGitHub/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"react-native": "0.57.4",
1212
"react-native-mask-loader": "0.0.3",
1313
"react-native-router-flux": "^4.0.6",
14-
"react-native-splash-screen-mask": "file:///home/bunlong/workspace/os/SplashScreenMask",
14+
"react-native-splash-screen-mask": "^1.0.1",
1515
"react-native-vector-icons": "^6.0.2"
1616
},
1717
"devDependencies": {

examples/BunlongGitHub/src/SplashScreen.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default class SplashScreen extends Component {
1212
imageSource={IMAGE}
1313
navigationAction={() => Actions.homeScene()}
1414
backgroundStyle={styles.backgroundStyle}
15-
duration={5000}
15+
duration={7000}
1616
/>
1717
);
1818
}

0 commit comments

Comments
 (0)