-
Notifications
You must be signed in to change notification settings - Fork 56
Description
안녕하세요 저자님. 책 보면서 따라하는 중에 스플래시 스크린을 만들기 위해서 react-native-make를 설치하였습니다.
그리고 set-icon은 작동했는데 set-splash는 계속 에러가 뜨고 구글링도 되지 않아 혹시 도움을 받을 수 있을까 질문 남겨봅니다!
C:\Users\user\StudioProjects\MovieApp>react-native set-splash --path ./src/Assets/Images/splash.jpg
TypeError: Cannot read properties of null (reading '1')
at getPackageFileName (C:\Users\user\StudioProjects\MovieApp\node_modules@bam.tech\react-native-make\dist\utils.js:19:66)
at Object.getAndroidPackageName (C:\Users\user\StudioProjects\MovieApp\node_modules@bam.tech\react-native-make\dist\utils.js:34:12)
at addReactNativeSplashScreen (C:\Users\user\StudioProjects\MovieApp\node_modules@bam.tech\react-native-make\dist\modules\setSplashScreen\android\service.js:36:115)
at exports.addAndroidSplashScreen (C:\Users\user\StudioProjects\MovieApp\node_modules@bam.tech\react-native-make\dist\modules\setSplashScreen\android\service.js:13:9)
at exports.setSplashScreenTask (C:\Users\user\StudioProjects\MovieApp\node_modules@bam.tech\react-native-make\dist\modules\setSplashScreen\setSplashScreen.task.js:17:29)
at async Command.handleAction (C:\Users\user\AppData\Roaming\npm\node_modules\react-native\node_modules@react-native-community\cli\build\index.js:108:9)
