反応本機-Splash Screen


1.用語
  • splashscreen:アプリケーションの実行を待つ
    https://hoonmaro.tistory.com/54
  • 2.今日作った

  • スプラッシュスクリーンを作成する
    https://velog.io/@dody_/RN-rn-%EC%8A%A4%ED%94%8C%EB%9E%98%EC%8B%9C-%EC%8A%A4%ED%81%AC%EB%A6%B0-1.react-native-make%EB%A1%9C-App-Splash-%EC%9D%B4%EB%AF%B8%EC%A7%80-%EC%B6%94%EC%B6%9C%ED%95%98%EA%B8%B0

  • ライブラリsplashscreenを追加します.
  • yarn add -D @bam.tech/react-native-make
    //실행
    react-native set-splash --path <path-to-image> --resize <[contain]|cover|center> --background "<background-color>"
  • アンドロイドシミュレータ運転エラー
  • error Failed to install the app. Make sure you have the Android development environment set up: https://reactnative.dev/docs/environment-setup. Run CLI with --verbose flag for more details.
    Error: Command failed: ./gradlew app:installDebug -PreactNativeDevServerPort=8081
    
    https://reactnative.dev/docs/environment-setup
    3.参考(本書)
    https://reactnative.dev/docs/tutorial