bamlab / react-native-make

A collection of everyday React Native CLI tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

seyeon-kim opened this issue · 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?

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

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

commented

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.