반응형 Loading1 AppLoading 앱이든 웹이든 어떤 프로그램을 만들다 보면 화면이 로딩이 다 되기전에 미리 해야할 일들이 있다. API를 통해 코드를 받아온다던가, 앱 로딩시 이미지를 보여준다던가.. DB를 생성하고 초기화를 한다던가.. 이런 일련의 작업들을 하기위한 Expo API가 AppLoading 이다. 자세한 설명 링크는 https://docs.expo.dev/versions/latest/sdk/app-loading/ AppLoading - Expo Documentation Expo is an open-source platform for making universal native apps for Android, iOS, and the web with JavaScript and React. docs.expo.dev 설치는 npx.. 2022. 10. 5. 이전 1 다음 반응형