react-native-maps-navigation icon indicating copy to clipboard operation
react-native-maps-navigation copied to clipboard

Missing Icons

Open aaronbesson opened this issue 5 years ago • 6 comments

I got this up and running, but it's missing map marker icons, nav icons and the user/device icon. Any ideas?

aaronbesson avatar Aug 16 '19 20:08 aaronbesson

Hello! I also got this up and running using expo and I noticed the icons are missing as well. I looked further into this and discovered that the icons are not in a traditional utf-16 format of /u#### but instead in a format of /ue###

jamzrob avatar Nov 29 '19 01:11 jamzrob

In React-Native > 0.60 you have to add a react-native.config.js file to the root folder with the following content:

module.exports = {
    project: {
      ios: {},
      android: {},
    },
    assets: ['./assets/fonts'], 
  };

Then you have to copy the navigation font from the package to your asset folder

Blackfaded avatar Feb 07 '20 15:02 Blackfaded

I have an unrecognized font family "Navigation", how can I fix that ? I put a font named "Navigation" in the fonts folder and linked but it doesn't seems to work ? Or can I change the font family of the lib ?

hugod-g avatar Sep 11 '22 14:09 hugod-g

And the icons are not working too. Any Idea ?

hugod-g avatar Sep 11 '22 15:09 hugod-g

Hello! I also got this up and running using expo and I noticed the icons are missing as well. I looked further into this and discovered that the icons are not in a traditional utf-16 format of /u#### but instead in a format of /ue###

hi, did you fix it somehow?

fudr avatar Oct 02 '22 17:10 fudr

I got this up and running, but it's missing map marker icons, nav icons and the user/device icon. Any ideas?

hi, did you fix it somehow?

fudr avatar Oct 03 '22 20:10 fudr