Expo에서 독립 실행형 빌드 시 스플래시가 뒤에 계속 표시됨

3743 단어 reactnativeexpo

증상



어떤 앱을 만들어 독립형 빌드해 보았습니다만, 스플래쉬가 사라지지 않아 빠졌습니다.



이런 식으로 ...

해결



꽤 간단했습니다.
하단의 배경색을 흰색으로 함으로써 해결할 수 있는 것 같습니다.
AppLoading 하지만 갈 수 있는 것 같습니다만, 로드하는 물건이 없었기 때문에 우선 이것입니다.
import React, { Component } from 'react';
import { Text, View, StyleSheet } from 'react-native';
import { Constants } from 'expo';

export default class App extends Component {
  render() {
    return (
      <View style={styles.container}>
        <Text>スプラッシュがのこらない</Text>
      </View>
    );
  }
}

const styles = StyleSheet.create({
  container: {
    flex: 1,
    paddingTop: Constants.statusBarHeight,
    backgroundColor: 'white',
  },
});

htps : // 기주 b. 코 m/에 x포/에 x포/이스에 s/1494
htps : // / cs. 에 x포. 이오 / ゔ r 시온 s / ㅁ st / 구이 s / sp sh-shc 렌 s
htps : // / cs. 에 x포. 이오/ゔぇ시온 s/ㅁ st/sdk/아 p-ぉ아아 g. HTML

좋은 웹페이지 즐겨찾기