hybriteq / react-native-floating-bubble

A simple Facebook Chat Head like bubble for react native
MIT License
203 stars 56 forks source link

What is the proper way to change the icon? #30

Open Krishnakumarskr opened 2 years ago

Krishnakumarskr commented 2 years ago

I added my new icon in the exact path mentioned in README.md file. But the icon was not updated. Later I came to know that the specified path was actually inside the node_modules folder inside the react-native-floating-bubble project. How to change the icon without making changes in the node_modules folder.

janakact commented 2 years ago

I am not sure. Maybe you can delete node_modules, clear cache, and run again.