React-native로 작업시 쓸때없이 자꾸 리엑트 기본 스플래시 화면이 뜬다.

이를 편하게 변경하려면 다음 링크를 참조한다.

 

* 주의사항

1. 어이없게도 빌드 후 적용이 되지 않을 때가 있는데 이때는 당황하지 말고 앱을 지웠다가 다시 설치하면 된다.

(이것때문에 X삽질 했음)

 

2. 간혹 launch screen용 storyboard에 넣은 이미지가 출력되지 않는 경우도 있다. (아이러니 하게도 택스트는 잘 나온다)

이럴땐 먼저 이미지를 프로젝트 Resource 폴더에 넣고 해당 폴더 안에 있는 이미지를 드레그 하여 추가 할 에셋에 삽입 하면 해결 된다.

(이 또한 삽질한거 생각하면 욕나온다...)

 

 

 

https://www.netguru.com/codestories/how-to-add-a-splash-screen-to-a-react-native-application

 

How to Add a Splash Screen to a React Native Application

Tutorial on how to add splash screen/ launch screen for cross-platform React Native mobile apps (iOS and Android).

www.netguru.com

 

+ Recent posts