error adding a splash to my expo react native app
问题 I have my next splash, my idea is to be able to show my app logo when opening the application and then go to the start of the application, it works fine: import React from 'react'; import { StyleSheet, Image, View, Text } from 'react-native'; import { StackActions, NavigationActions } from 'react-navigation'; export default class Splash extends React.Component { goToScreen(routeName){ const resetAction = StackActions.reset({ index: 0, actions: [NavigationActions.navigate({ routeName: