no more component will mount (#3903)

This commit is contained in:
Eric Vicenti
2018-04-05 11:25:26 -07:00
parent 7919b33faa
commit b29b46fe8a

View File

@@ -153,7 +153,7 @@ class MainScreen extends React.Component<any, State> {
scrollY: new Animated.Value(0),
};
componentWillMount() {
componentDidMount() {
Asset.fromModule(
require('react-navigation/src/views/assets/back-icon-mask.png')
).downloadAsync();