react-native-make icon indicating copy to clipboard operation
react-native-make copied to clipboard

set-splash return an error "unsupported image format" about png file

Open seyeon-kim opened this issue 3 years ago • 3 comments

Hello. I tried to make a splash screen through command react-native set-splash --path ./assets/logo.png

however I take an error message that, [Error: Input file contains unsupported image format] and also cannot make launch images.

Is anybody know this issue?

seyeon-kim avatar Mar 25 '21 16:03 seyeon-kim

Hello, I have the same problem. Did you find any solution ?

samouds avatar Apr 17 '21 15:04 samouds

Same here, happens with both set-splash and set-icon

AdamGerthel avatar Jul 07 '21 12:07 AdamGerthel

Make sure you're using the latest version - running npm install @bam.tech/react-native-make@^3.0.3 --save-dev fixed it for me.

alexking avatar Jul 22 '21 20:07 alexking