bamlab / react-native-make

A collection of everyday React Native CLI tools
MIT License
761 stars 87 forks source link

Command in the latest version doesn't work on iOS #43

Open adaerodriguez opened 3 years ago

adaerodriguez commented 3 years ago

Hi guys,

I have installed the last version and I have tried to set-icon on iOS but the command only change the launcher on android but not on iOS. With previous version (1.0.3) work perfectly.

"@bam.tech/react-native-make": "3.0.0", node: 10.16.0 react: 16.13.1 react-native: 0.63.1

Commands used:

react-native set-icon --path src/resources/assets/images/image.png
react-native set-icon --platform ios src/resources/assets/images/image.png

I hope you could help me Thanks!