react-native-make
react-native-make copied to clipboard
set-splash return an error "unsupported image format" about png file
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
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.