I wanted to create an icon for my app, so i am using this answer from How to add icons to React Native app
then i made this in the react-native project
yarn add @bam.tech/react-native-make
right here it worked all
so i applied this react-native set-icon --path ./assets/icon.png --background green --platform android
now i am getting this error:
i am getting this error: The current character read is 'E' with an int value of 69 Unable to determine the current character, it is not a string, number, array, or object line number 1 index number 0 Error: ENOENT: no such file or directory, lstat '/Users/macbookcf/Desktop/gitlab/cryptoapp/android/node_modules/@bam.tech/react-native-make'