pavel-corsaghin / react-native-leaflet

A LeafletView component using WebView and Leaflet map for React Native applications
MIT License
114 stars 46 forks source link

Custom Icons with React Native #37

Open franbusleiman opened 1 year ago

franbusleiman commented 1 year ago

Hi, does anyone found a solution for creating custom icons using React Native Components? Or at least using html components. Thank you!

It-samuel commented 12 months ago

you can equally download the PNG of the icon and use hope i got your question right

franbusleiman commented 12 months ago

the problem is that I don't want to use a png as the icon, because I want to modify it with css before rendering.

It-samuel commented 12 months ago

you can modify the png with css before rendering or are you not using react native

franbusleiman commented 12 months ago

yes, I'm using react-native. Could you provide me some info on how to do it? Or some links? Thank you in advance.