We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d861989 commit 0e1efe6Copy full SHA for 0e1efe6
examples/BunlongGitHub/package.json
@@ -11,7 +11,7 @@
11
"react-native": "0.57.4",
12
"react-native-mask-loader": "0.0.3",
13
"react-native-router-flux": "^4.0.6",
14
- "react-native-splash-screen-mask": "file:///home/bunlong/workspace/os/SplashScreenMask",
+ "react-native-splash-screen-mask": "^1.0.1",
15
"react-native-vector-icons": "^6.0.2"
16
},
17
"devDependencies": {
examples/BunlongGitHub/src/SplashScreen.js
@@ -12,7 +12,7 @@ export default class SplashScreen extends Component {
imageSource={IMAGE}
navigationAction={() => Actions.homeScene()}
backgroundStyle={styles.backgroundStyle}
- duration={5000}
+ duration={7000}
/>
);
18
}
0 commit comments